[Rspamd] Changes to ignore watchdog checks

This commit is contained in:
andryyy
2017-09-21 19:25:17 +02:00
parent 9a58bb1620
commit fd3b2e5f16
2 changed files with 15 additions and 3 deletions

View File

@@ -97,6 +97,18 @@ function ucl_rcpts($object, $type) {
}
?>
settings {
watchdog {
priority = 10;
rcpt = "/null@localhost/i";
from = "/watchdog@localhost/i";
apply "default" {
actions {
reject = 9999.0;
greylist = 9998.0;
"add header" = 9997.0;
}
}
}
<?php
/*