diff options
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 582ca5204..69d47b4a8 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -260,6 +260,15 @@ regexp { max_size = 1M; } +ip_score { +# servers = "localhost"; +# treshold = 100; +# reject_score = 3; +# no_action_score = -2; +# add_header_score = 1; +# whitelist = "file:///ip_map"; +} + hfilter { helo_enabled = true; hostname_enabled = true; |