[Rspamd] Disable info logging, re-enable silent logging, only apply MILTER_HEADERS symbol to watchdog Rspamd settings map
This commit is contained in:
parent
31eb169152
commit
d5ee7de66a
@ -131,11 +131,13 @@ 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"];
|
||||||
actions {
|
actions {
|
||||||
reject = 9999.0;
|
reject = 9999.0;
|
||||||
greylist = 9998.0;
|
greylist = 9998.0;
|
||||||
"add header" = 9997.0;
|
"add header" = 9997.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<?php
|
<?php
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
level = "silent";
|
||||||
type = "console";
|
type = "console";
|
||||||
systemd = false;
|
systemd = false;
|
||||||
.include "$CONFDIR/logging.inc"
|
.include "$CONFDIR/logging.inc"
|
||||||
|
Loading…
Reference in New Issue
Block a user