mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 15:30:50 +02:00
Rspamd: add custom symbol scores for SPF, DKIM & DMARC (#3726)
This commit is contained in:
parent
8f391e4d5a
commit
04f4ae4569
4 changed files with 121 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
|||
# documentation: https://rspamd.com/doc/configuration/metrics.html#actions
|
||||
# and https://rspamd.com/doc/configuration/metrics.html
|
||||
|
||||
#greylist = 4;
|
||||
#add_header = 6;
|
||||
#rewrite_subject = 7;
|
||||
#reject = 15;
|
||||
# These values work in conjunction with the symbol scores in
|
||||
# `scores.d/*.conf`. When adjusting them, make sure to understand
|
||||
# and to be able to explain the impact on the whole system.
|
||||
greylist = 4;
|
||||
add_header = 6;
|
||||
rewrite_subject = 7;
|
||||
reject = 11;
|
||||
|
||||
subject = "***SPAM*** %s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue