9c01e4
blacklist_from  per+spamtest@opensuse.org
9c01e4
# whitelist these mlmmj commands
9c01e4
whitelist_to    *+subscribe@opensuse.org
9c01e4
whitelist_to    *+subscribe-nomail@opensuse.org
9c01e4
whitelist_to    *+unsubscribe@opensuse.org
9c01e4
whitelist_to    *+help@opensuse.org
9c01e4
whitelist_to    *+confunsub-*@opensuse.org
9c01e4
whitelist_to    *+confsub-*@opensuse.org
9c01e4
9c01e4
9c01e4
# ditto for mailman commands
9c01e4
whitelist_to    *-confirm+*@lists.opensuse.org
9c01e4
whitelist_to    *-join@lists.opensuse.org
9c01e4
whitelist_to    *-leave@lists.opensuse.org
9c01e4
whitelist_to    *-request@lists.opensuse.org
9c01e4
whitelist_to    *-subscribe@lists.opensuse.org
9c01e4
whitelist_to    *-unsubscribe@lists.opensuse.org
9c01e4
9c01e4
# pjessen 20201004 
9c01e4
ifplugin Mail::SpamAssassin::Plugin::AskDNS
9c01e4
askdns __DMARC_POLICY_NONE   _dmarc._AUTHORDOMAIN_ TXT /^v=DMARC1;.*\bp=none;/
9c01e4
askdns __DMARC_POLICY_QUAR   _dmarc._AUTHORDOMAIN_ TXT /^v=DMARC1;.*\bp=quarantine;/
9c01e4
askdns __DMARC_POLICY_REJECT _dmarc._AUTHORDOMAIN_ TXT /^v=DMARC1;.*\bp=reject;/
9c01e4
9c01e4
meta  DMARC_REJECT !(DKIM_VALID_AU || SPF_PASS) && __DMARC_POLICY_REJECT
9c01e4
score DMARC_REJECT 0.1
9c01e4
meta  DMARC_QUAR !(DKIM_VALID_AU || SPF_PASS) && __DMARC_POLICY_QUAR
9c01e4
score DMARC_QUAR 0.1
9c01e4
meta  DMARC_NONE !(DKIM_VALID_AU || SPF_PASS) && __DMARC_POLICY_NONE
9c01e4
score DMARC_NONE 0.1
9c01e4
endif
9c01e4
9c01e4
# pjessen 20201204 stop using URIBL
9c01e4
score URIBL_BLOCKED 0
9c01e4
score URIBL_BLACK   0
9c01e4
score URIBL_GREY    0
9c01e4
score URIBL_RED     0
9c01e4