mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
rules {
|
|
BLACKLIST_ANTISPOOF = {
|
|
valid_dmarc = true;
|
|
blacklist = true;
|
|
domains = "http://{{ ADMIN_ADDRESS }}/internal/rspamd/local_domains";
|
|
score = 15.0;
|
|
}
|
|
}
|