mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
d8cf0c3848
This reverts commit 0f17299b4e
.
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
rules {
|
|
BLACKLIST_ANTISPOOF = {
|
|
valid_dmarc = true;
|
|
blacklist = true;
|
|
domains = "http://{{ ADMIN_ADDRESS }}/internal/rspamd/local_domains";
|
|
score = 0.0;
|
|
}
|
|
}
|