Searched refs:morph_recipient (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/pipe/ |
H A D | pipe.c | 679 static void morph_recipient(VSTRING *buf, const char *address, int flags) in morph_recipient() function 743 morph_recipient(buf, rcpt_list->info[i].address, flags); in expand_argv() 751 morph_recipient(buf, rcpt_list->info[i].orig_addr, flags); in expand_argv() 768 morph_recipient(buf, rcpt_list->info[i].address, in expand_argv() 786 morph_recipient(buf, rcpt_list->info[i].address, in expand_argv() 802 morph_recipient(buf, rcpt_list->info[i].address, in expand_argv() 815 morph_recipient(buf, rcpt_list->info[i].address, in expand_argv()
|