HomeSort by: relevance | last modified time | path
    Searched refs:BOUNCE_FLAG_CLEAN (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
bounce.h 64 #define BOUNCE_FLAG_CLEAN (1<<0) /* remove log on error */
bounce.c 127 /* .IP BOUNCE_FLAG_CLEAN
180 /* and when BOUNCE_FLAG_CLEAN is disabled, log that message
305 else if (var_soft_bounce && (flags & BOUNCE_FLAG_CLEAN)) {
345 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
390 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
426 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
542 } else if ((flags & BOUNCE_FLAG_CLEAN) == 0) {
abounce.c 124 /* .IP BOUNCE_FLAG_CLEAN
164 /* BOUNCE_FLAG_CLEAN is disabled, log that message delivery is deferred.
261 if (status != 0 && (ap->flags & BOUNCE_FLAG_CLEAN) == 0)
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_bounce.c 78 if (bounce_append(BOUNCE_FLAG_CLEAN, state->queue_id,
232 bounce_flush(BOUNCE_FLAG_CLEAN,
238 bounce_flush_verp(BOUNCE_FLAG_CLEAN,
cleanup_out_recipient.c 107 if (trace_append(BOUNCE_FLAG_CLEAN, state->queue_id,
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce.c 318 if (flags & BOUNCE_FLAG_CLEAN)
402 if (flags & BOUNCE_FLAG_CLEAN)
476 if (flags & BOUNCE_FLAG_CLEAN)

Completed in 16 milliseconds