diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/hfilter.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/modules.d/hfilter.conf b/conf/modules.d/hfilter.conf index 484035450..0d4ee107e 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 +} |