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

  /src/external/ibm-public/postfix/dist/src/global/
mail_addr.h 23 extern const char *mail_addr_double_bounce(void);
mail_addr.c 11 /* const char *mail_addr_double_bounce()
26 /* mail_addr_double_bounce() produces the fully-qualified version
64 /* mail_addr_double_bounce - construct the local double-bounce address */
66 const char *mail_addr_double_bounce(void) function
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_service.c 162 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) {
180 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
275 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) {
285 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
bounce_one_service.c 132 if (strcasecmp_utf8(orig_sender, mail_addr_double_bounce()) == 0) {
149 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
233 && strcasecmp_utf8(orig_sender, mail_addr_double_bounce()) != 0) {
242 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
bounce_warn_service.c 151 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) {
169 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
259 && strcasecmp_utf8(recipient, mail_addr_double_bounce()) != 0) {
269 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
bounce_trace_service.c 108 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0) {
115 sender = mail_addr_double_bounce();
bounce_notify_verp.c 113 if (strcasecmp_utf8(recipient, mail_addr_double_bounce()) == 0)
233 if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
bounce.c 490 mail_addr_double_bounce())) {
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 472 notice = post_mail_fopen_nowait(mail_addr_double_bounce(),
smtp_connect.c 416 (*sender == 0 || strcmp(sender, mail_addr_double_bounce()) == 0)
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 353 notice = post_mail_fopen_nowait(mail_addr_double_bounce(),

Completed in 55 milliseconds