1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00
Mailu/core/rspamd/conf/whitelist.conf
Florent Daigniere d8cf0c3848 Revert "Admin may not have started up when this loads"
This reverts commit 0f17299b4e6c6deba13a7755fb547409aa235bd2.
2022-10-27 10:21:19 +02:00

9 lines
214 B
Plaintext

rules {
BLACKLIST_ANTISPOOF = {
valid_dmarc = true;
blacklist = true;
domains = "http://{{ ADMIN_ADDRESS }}/internal/rspamd/local_domains";
score = 0.0;
}
}