Searched refs:BOUNCE_FLAG_CLEAN (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dbounce.h63 #define BOUNCE_FLAG_CLEAN (1<<0) /* remove log on error */ macro
H A Dbounce.c121 /* .IP BOUNCE_FLAG_CLEAN
172 /* and when BOUNCE_FLAG_CLEAN is disabled, log that message
292 else if (var_soft_bounce && (flags & BOUNCE_FLAG_CLEAN)) {
332 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
376 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
412 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
525 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
H A Dabounce.c124 /* .IP BOUNCE_FLAG_CLEAN
164 /* BOUNCE_FLAG_CLEAN is disabled, log that message delivery is deferred.
258 if (status != 0 && (ap->flags & BOUNCE_FLAG_CLEAN) == 0)
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c78 if (bounce_append(BOUNCE_FLAG_CLEAN, state->queue_id,
232 bounce_flush(BOUNCE_FLAG_CLEAN,
238 bounce_flush_verp(BOUNCE_FLAG_CLEAN,
H A Dcleanup_out_recipient.c107 if (trace_append(BOUNCE_FLAG_CLEAN, state->queue_id,
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce.c299 if (flags & BOUNCE_FLAG_CLEAN)
362 if (flags & BOUNCE_FLAG_CLEAN)
430 if (flags & BOUNCE_FLAG_CLEAN)

Completed in 201 milliseconds