aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-20 10:54:46 +0000
committerGitHub <noreply@github.com>2018-03-20 10:54:46 +0000
commit515f3058be8517691a7bf171a2b0e5949e18f2ee (patch)
treec9f747126eecda607f1f39f84afca75ec732bf07 /conf/modules.d
parent27801290025f0af9f1223f89be7f1f6bc2a42cb4 (diff)
parent23e542a8674b867fc2789239f74d8d63e139de44 (diff)
downloadrspamd-515f3058be8517691a7bf171a2b0e5949e18f2ee.tar.gz
rspamd-515f3058be8517691a7bf171a2b0e5949e18f2ee.zip
Merge pull request #2094 from moisseev/spam_flag
[Feature] Remove upstream `X-Spam: Yes` header by default
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/milter_headers.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.d/milter_headers.conf b/conf/modules.d/milter_headers.conf
index e01d6e0f4..99892f8af 100644
--- a/conf/modules.d/milter_headers.conf
+++ b/conf/modules.d/milter_headers.conf
@@ -18,6 +18,7 @@ milter_headers {
# Refer to https://rspamd.com/doc/modules/milter_headers.html for information on configuration
use = [];
+ remove_upstream_spam_flag = true;
# Compatibility
.include(try=true,priority=5) "${DBDIR}/dynamic/rmilter_headers.conf"