]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add default classify headers.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 28 Jul 2015 17:46:07 +0000 (18:46 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 28 Jul 2015 17:46:07 +0000 (18:46 +0100)
conf/options.inc

index 99921eba2e4d1800bfdc432fb48a89373ee31bfe..0c32bc20f3c3a695eb165ffd795c1e749a384092 100644 (file)
@@ -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",
+];