From dade4926c9330a6ce2c44daeaceceefea6640a00 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Jul 2015 18:46:07 +0100 Subject: [PATCH] Add default classify headers. --- conf/options.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/options.inc b/conf/options.inc index 99921eba2e..0c32bc20f3 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", +]; -- 2.47.3