Searched refs:ext_rcpt (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_milter.c | 1532 static const char *cleanup_add_rcpt_par(void *context, const char *ext_rcpt, in cleanup_add_rcpt_par() argument 1553 msg_info("%s: \"%s\" \"%s\"", myname, ext_rcpt, esmtp_args); in cleanup_add_rcpt_par() 1625 int_rcpt_buf = vstring_alloc(strlen(ext_rcpt) + 1); in cleanup_add_rcpt_par() 1626 tree = tok822_parse(ext_rcpt); in cleanup_add_rcpt_par() 1635 state->queue_id, ext_rcpt); in cleanup_add_rcpt_par() 1697 static const char *cleanup_add_rcpt(void *context, const char *ext_rcpt) in cleanup_add_rcpt() argument 1699 return (cleanup_add_rcpt_par(context, ext_rcpt, "")); in cleanup_add_rcpt() 1704 static const char *cleanup_del_rcpt(void *context, const char *ext_rcpt) in cleanup_del_rcpt() argument 1725 msg_info("%s: \"%s\"", myname, ext_rcpt); in cleanup_del_rcpt() 1767 int_rcpt_buf = vstring_alloc(strlen(ext_rcpt) + 1); in cleanup_del_rcpt() [all …]
|