Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmail_params.h2396 #define REJECT_RHSBL_SENDER "reject_rhsbl_sender" macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd_check.c4592 } else if (strcasecmp(name, REJECT_RHSBL_SENDER) == 0) { in generic_checks()