1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00

Spell it out

This commit is contained in:
Florent Daigniere 2022-10-19 18:22:33 +02:00
parent f7b3aad831
commit be4dd6d84a

View File

@ -1,7 +1,7 @@
rules {
WHITELIST_EXCEPTION {
ANTISPOOF {
action = "reject";
expression = "(AUTH_NA|BLACKLIST_ANTISPOOF) & IS_LOCAL_DOMAIN";
expression = "((R_DKIM_NA & R_SPF_NA & DMARC_NA & ARC_NA)|BLACKLIST_ANTISPOOF) & IS_LOCAL_DOMAIN";
message = "Rejected (anti-spoofing)";
}
}