Compare commits

...

2 commits

Author SHA1 Message Date
mwiegand
162982ac00 wip 2021-10-16 19:22:55 +02:00
mwiegand
602ef0cc96 spam 2021-10-16 19:22:43 +02:00
3 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,3 @@
reject = 150;
add_header = 5;
greylist = 5;

View file

@ -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"];

View file

@ -64,3 +64,13 @@ svc_systemd = {
},
},
}
actions = {
'rspamd_configtest': {
'command': 'false',
'unless': 'rspamadm configtest',
'needs': {
'svc_systemd:rspamd',
},
},
}