Home
last modified time | relevance | path

Searched refs:mail_addr_double_bounce (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_one_service.c132 if (strcasecmp_utf8(orig_sender, mail_addr_double_bounce()) == 0) { in bounce_one_service()
149 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_one_service()
223 && strcasecmp_utf8(orig_sender, mail_addr_double_bounce()) != 0) { in bounce_one_service()
232 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_one_service()
Dbounce_warn_service.c151 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_warn_service()
169 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_warn_service()
249 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) { in bounce_warn_service()
259 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_warn_service()
Dbounce_notify_service.c162 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_notify_service()
180 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_notify_service()
265 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) { in bounce_notify_service()
275 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_notify_service()
Dbounce_trace_service.c108 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_trace_service()
115 sender = mail_addr_double_bounce(); in bounce_trace_service()
Dbounce_notify_verp.c113 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) in bounce_notify_verp()
227 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(), in bounce_notify_verp()
Dbounce.c446 mail_addr_double_bounce())) { in bounce_verp_proto()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_addr.h23 extern const char *mail_addr_double_bounce(void);
Dmail_addr.c66 const char *mail_addr_double_bounce(void) in mail_addr_double_bounce() function
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_chat.c321 notice = post_mail_fopen_nowait(mail_addr_double_bounce(), in smtpd_chat_notify()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_chat.c472 notice = post_mail_fopen_nowait(mail_addr_double_bounce(), in smtp_chat_notify()
Dsmtp_connect.c416 (*sender == 0 || strcmp(sender, mail_addr_double_bounce()) == 0) in smtp_cleanup_session()