diff options
Diffstat (limited to '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; +} |