You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Rspamd: add custom symbol scores for SPF, DKIM & DMARC (#3726)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user