diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-21 15:40:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-21 15:40:29 +0000 |
commit | d4ce2c1bdd4ae0a4e06ab3c7c0fe634365dc848f (patch) | |
tree | be7e82e82ab1a051aafc8b7890a4406c4ce7cb9f /conf/modules.conf | |
parent | 15b0a259ac27f4254ce4c6ea9a3068286f1f9388 (diff) | |
download | rspamd-d4ce2c1bdd4ae0a4e06ab3c7c0fe634365dc848f.tar.gz rspamd-d4ce2c1bdd4ae0a4e06ab3c7c0fe634365dc848f.zip |
Allow to disable components of hfilter.
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index dfe6c66a4..7d046093a 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; +} |