This commit is contained in:
mwiegand 2021-10-16 19:22:55 +02:00
parent 602ef0cc96
commit 162982ac00
2 changed files with 6 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"]; authenticated_headers = ["authentication-results"];