Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dsmtputf8.c80 MAIL_SRC_NAME_ALL, MAIL_SRC_MASK_ALL, in smtputf8_autodetect()
85 if (class == 0 || (class & ~MAIL_SRC_MASK_ALL) != 0) in smtputf8_autodetect()
Dmail_proto.h95 #define MAIL_SRC_MASK_ALL \ macro