summaryrefslogtreecommitdiffstats
path: root/conf/options.inc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-28 18:46:07 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-28 18:46:07 +0100
commitdade4926c9330a6ce2c44daeaceceefea6640a00 (patch)
treeb80cff3fdfd0bd2a420a08d12d249150755f6fbf /conf/options.inc
parent9c913bd7c316c99753c300c46de18092be015bc8 (diff)
downloadrspamd-dade4926c9330a6ce2c44daeaceceefea6640a00.tar.gz
rspamd-dade4926c9330a6ce2c44daeaceceefea6640a00.zip
Add default classify headers.
Diffstat (limited to 'conf/options.inc')
-rw-r--r--conf/options.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc
index 99921eba2..0c32bc20f 100644
--- a/conf/options.inc
+++ b/conf/options.inc
@@ -14,4 +14,10 @@ dns {
retransmits = 5;
}
tempdir = "/tmp";
-url_tld = "${PLUGINSDIR}/effective_tld_names.dat"; \ No newline at end of file
+url_tld = "${PLUGINSDIR}/effective_tld_names.dat";
+classify_headers = [
+ "User-Agent",
+ "X-Mailer",
+ "Content-Type",
+ "X-MimeOLE",
+];