diff options
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", +]; |