Compare commits
2 commits
fe24a79b6f
...
162982ac00
Author | SHA1 | Date | |
---|---|---|---|
![]() |
162982ac00 | ||
![]() |
602ef0cc96 |
3 changed files with 16 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"];
|
||||
|
|
|
@ -64,3 +64,13 @@ svc_systemd = {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
actions = {
|
||||
'rspamd_configtest': {
|
||||
'command': 'false',
|
||||
'unless': 'rspamadm configtest',
|
||||
'needs': {
|
||||
'svc_systemd:rspamd',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue