HomeSort by: relevance | last modified time | path
    Searched defs:psc_extract_addr (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_smtpd.c 456 /* psc_extract_addr - extract MAIL/RCPT address, unquoted form */
458 static char *psc_extract_addr(VSTRING *result, const char *string) function
531 if ((addr = psc_extract_addr(psc_temp, colon + 1)) == 0)
571 if ((addr = psc_extract_addr(psc_temp, colon + 1)) == 0)

Completed in 13 milliseconds