Searched refs:notify_mask (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_service.c97 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
173 #define SEND_POSTMASTER_ANY_BOUNCE_NOTICE (notify_mask & ANY_BOUNCE)
262 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_one_service.c97 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
143 #define SEND_POSTMASTER_ANY_BOUNCE_NOTICE (notify_mask & ANY_BOUNCE)
220 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_trace_service.c94 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
113 if ((notify_mask & MAIL_ERROR_2BOUNCE) != 0) {
H A Dbounce_warn_service.c97 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
162 #define SEND_POSTMASTER_DELAY_NOTICE (notify_mask & MAIL_ERROR_DELAY)
H A Dbounce_notify_verp.c101 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
215 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_state.c97 state->notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks,
H A Dsmtpd_chat.c159 if (state->notify_mask == 0)
H A Dsmtpd.h97 int notify_mask; /* what to report to postmaster */ member in struct:__anon30
H A Dsmtpd.c5067 && (state->error_mask & state->notify_mask))

Completed in 207 milliseconds