HomeSort by: relevance | last modified time | path
    Searched refs:SMTP_HAS_DSN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.h 377 #define SMTP_HAS_DSN(why) (STR((why)->status)[0] != 0)
381 (SMTP_HAS_DSN(why) && strcmp(STR((why)->status) + 1, ".4.6") == 0)
smtp_connect.c 1332 if (!SMTP_HAS_DSN(why)) {

Completed in 17 milliseconds