From: Vsevolod Stakhov Date: Fri, 21 Nov 2014 15:40:29 +0000 (+0000) Subject: Allow to disable components of hfilter. X-Git-Tag: 0.7.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ce2c1bdd4ae0a4e06ab3c7c0fe634365dc848f;p=thirdparty%2Frspamd.git Allow to disable components of hfilter. --- diff --git a/conf/modules.conf b/conf/modules.conf index dfe6c66a4d..7d046093a0 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -250,3 +250,11 @@ ratelimit { regexp { max_size = 1M; } + +hfilter { + helo_enabled = true; + hostname_enabled = true; + url_enabled = true; + from_enabled = true; + mid_enabled = true; +}