Home
last modified time | relevance | path

Searched refs:SMTP_HAS_DSN (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp.h277 #define SMTP_HAS_DSN(why) (STR((why)->status)[0] != 0) macro
281 (SMTP_HAS_DSN(why) && strcmp(STR((why)->status) + 1, ".4.6") == 0)
H A Dsmtp_connect.c1096 if (!SMTP_HAS_DSN(why)) { in smtp_connect_inet()