You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core/rspamd/conf/force_actions.conf

8 lines
196 B
Plaintext

rules {
2 years ago
ANTISPOOF {
action = "reject";
2 years ago
expression = "((R_DKIM_NA & R_SPF_NA & DMARC_NA & ARC_NA)|BLACKLIST_ANTISPOOF) & IS_LOCAL_DOMAIN";
message = "Rejected (anti-spoofing)";
}
}