mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
562cd8c135
In the real world users can't get them to work...
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
|
|
rules {
|
|
BLACKLIST_ANTISPOOF = {
|
|
valid_dmarc = true;
|
|
blacklist = true;
|
|
domains = "http://{{ ADMIN_ADDRESS }}:8080/internal/rspamd/local_domains";
|
|
score = 0.0;
|
|
}
|
|
}
|
|
.include(try=true,priority=1,duplicate=merge) "/overrides/whitelist.conf"
|