diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-02-16 23:37:08 +0300 |
---|---|---|
committer | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-02-16 23:37:08 +0300 |
commit | 7a922afb612fcf3eabf2a0b3fa37b385a568e52d (patch) | |
tree | 8811c34a7a078fa1ee5cf92ea58aee3a1059194d | |
parent | 6a8edeb470079c732874ef2e29f7fea56aa7d7f5 (diff) | |
download | rspamd-7a922afb612fcf3eabf2a0b3fa37b385a568e52d.tar.gz rspamd-7a922afb612fcf3eabf2a0b3fa37b385a568e52d.zip |
Update modules.conf
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 2f291de79..efd8c6d2a 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -259,5 +259,6 @@ hfilter { hostname_enabled = true; url_enabled = true; from_enabled = true; + rcpt_enabled = true; mid_enabled = true; } |