Compare commits

..

No commits in common. "162982ac002e39af728a1413e4bbc5678bb24a07" and "fe24a79b6fda3ed13986fee44d6361a2baab393f" have entirely different histories.

3 changed files with 1 additions and 16 deletions

View file

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

View file

@ -1,4 +1,2 @@
# https://rspamd.com/doc/modules/milter_headers.html
use = ["x-spamd-result", "x-spamd-bar", "x-spam-level", "authentication-results"];
use = ["x-spamd-bar", "x-spam-level", "authentication-results"];
authenticated_headers = ["authentication-results"];

View file

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