[Rspamd] Do not log watchdog mails
parent
52cd9385f6
commit
be4099182b
|
@ -131,7 +131,8 @@ settings {
|
||||||
rcpt_mime = "/null@localhost/i";
|
rcpt_mime = "/null@localhost/i";
|
||||||
from_mime = "/watchdog@localhost/i";
|
from_mime = "/watchdog@localhost/i";
|
||||||
apply "default" {
|
apply "default" {
|
||||||
symbols_enabled = ["MILTER_HEADERS"];
|
symbols_disabled = ["HISTORY_SAVE", "ARC", "ARC_SIGNED", "DKIM", "DKIM_SIGNED", "CLAM_VIRUS"];
|
||||||
|
want_spam = yes;
|
||||||
actions {
|
actions {
|
||||||
reject = 9999.0;
|
reject = 9999.0;
|
||||||
greylist = 9998.0;
|
greylist = 9998.0;
|
||||||
|
|
Loading…
Reference in New Issue