Searched refs:mail_addr_double_bounce (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/bounce/ |
| D | bounce_one_service.c | 132 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()
|
| D | bounce_warn_service.c | 151 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()
|
| D | bounce_notify_service.c | 162 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()
|
| D | bounce_trace_service.c | 108 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) { in bounce_trace_service() 115 sender = mail_addr_double_bounce(); in bounce_trace_service()
|
| D | bounce_notify_verp.c | 113 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()
|
| D | bounce.c | 446 mail_addr_double_bounce())) { in bounce_verp_proto()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | mail_addr.h | 23 extern const char *mail_addr_double_bounce(void);
|
| D | mail_addr.c | 66 const char *mail_addr_double_bounce(void) in mail_addr_double_bounce() function
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_chat.c | 321 notice = post_mail_fopen_nowait(mail_addr_double_bounce(), in smtpd_chat_notify()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtp/ |
| D | smtp_chat.c | 472 notice = post_mail_fopen_nowait(mail_addr_double_bounce(), in smtp_chat_notify()
|
| D | smtp_connect.c | 416 (*sender == 0 || strcmp(sender, mail_addr_double_bounce()) == 0) in smtp_cleanup_session()
|