1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/rspamd/conf/whitelist.conf
Florent Daigniere 562cd8c135 Remove the usage of capabilities use port 8080
In the real world users can't get them to work...
2023-08-28 11:34:51 +02:00

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"