Home
last modified time | relevance | path

Searched refs:MAIL_ATTR_DSN_STATUS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn_print.c66 SEND_ATTR_STR(MAIL_ATTR_DSN_STATUS, dsn->status), in dsn_print()
H A Ddsb_scan.c66 RECV_ATTR_STR(MAIL_ATTR_DSN_STATUS, dsb->status), in dsb_scan()
H A Dmail_proto.h294 #define MAIL_ATTR_DSN_STATUS "status"/* XXX Postfix <2.3 compat */ macro
H A Dbounce_log.c242 } else if (STREQ(name, MAIL_ATTR_DSN_STATUS)) { in bounce_log_read()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_append_service.c136 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_STATUS, dsn->status); in bounce_append_service()