wip
This commit is contained in:
parent
602ef0cc96
commit
162982ac00
2 changed files with 6 additions and 1 deletions
3
bundles/rspamd/files/local.d/actions.conf
Normal file
3
bundles/rspamd/files/local.d/actions.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
reject = 150;
|
||||
add_header = 5;
|
||||
greylist = 5;
|
|
@ -1,2 +1,4 @@
|
|||
use = ["x-spamd-bar", "x-spam-level", "authentication-results"];
|
||||
# https://rspamd.com/doc/modules/milter_headers.html
|
||||
|
||||
use = ["x-spamd-result", "x-spamd-bar", "x-spam-level", "authentication-results"];
|
||||
authenticated_headers = ["authentication-results"];
|
||||
|
|
Loading…
Reference in a new issue