From: Vsevolod Stakhov Date: Fri, 22 Jan 2016 15:48:08 +0000 (+0000) Subject: Disable MID checks for hfilter by default X-Git-Tag: 1.1.2~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bbc3ebac851ffb4871a1e8be8b1c088873ee3e;p=thirdparty%2Frspamd.git Disable MID checks for hfilter by default --- diff --git a/conf/modules.d/hfilter.conf b/conf/modules.d/hfilter.conf index 4840354507..0d4ee107e7 100644 --- a/conf/modules.d/hfilter.conf +++ b/conf/modules.d/hfilter.conf @@ -5,6 +5,6 @@ hfilter { url_enabled = true; from_enabled = true; rcpt_enabled = true; - mid_enabled = true; + mid_enabled = false; rcpt_enabled = true; -} \ No newline at end of file +}