Searched refs:smtp_find_self (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_addr.c271 /* smtp_find_self - spot myself in a crowd of mail exchangers */
273 static DNS_RR *smtp_find_self(DNS_RR *addr_list) function
275 const char *myname = "smtp_find_self";
443 && (self = smtp_find_self(addr_list)) != 0) {
493 && smtp_find_self(addr_list) != 0) {

Completed in 48 milliseconds