diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-28 18:46:07 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-28 18:46:07 +0100 |
commit | dade4926c9330a6ce2c44daeaceceefea6640a00 (patch) | |
tree | b80cff3fdfd0bd2a420a08d12d249150755f6fbf /conf/options.inc | |
parent | 9c913bd7c316c99753c300c46de18092be015bc8 (diff) | |
download | rspamd-dade4926c9330a6ce2c44daeaceceefea6640a00.tar.gz rspamd-dade4926c9330a6ce2c44daeaceceefea6640a00.zip |
Add default classify headers.
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 8 |
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", +]; |