mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
f7b3aad831
This restores the old behaviour
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
rules {
|
|
WHITELIST_EXCEPTION {
|
|
action = "reject";
|
|
expression = "(AUTH_NA|BLACKLIST_ANTISPOOF) & IS_LOCAL_DOMAIN";
|
|
message = "Rejected (anti-spoofing)";
|
|
}
|
|
}
|