Home
last modified time | relevance | path

Searched refs:IS_FAILURE_TEMPLATE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_notify_util.c677 if (IS_FAILURE_TEMPLATE(bounce_info->template)) { in bounce_diagnostic_log()
796 IS_FAILURE_TEMPLATE(bounce_info->template) ? in bounce_recipient_dsn()
838 if (IS_FAILURE_TEMPLATE(bounce_info->template)) in bounce_diagnostic_dsn()
876 (IS_FAILURE_TEMPLATE(template) || IS_DELAY_TEMPLATE(template)) in bounce_original()
Dbounce_template.h48 #define IS_FAILURE_TEMPLATE(t) ((t)->class[0] == BOUNCE_TMPL_CLASS_FAILURE[0]) macro