From: Andrew Lewis Date: Wed, 11 Mar 2015 12:22:33 +0000 (+0200) Subject: Fix missing symbol registration X-Git-Tag: 0.8.3~16^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=17ea4b005aaf48eff7f666aed70e328e70c9f2f5;p=rspamd.git Fix missing symbol registration --- diff --git a/conf/modules.conf b/conf/modules.conf index c9c55a1bc..f007443f5 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -268,4 +268,5 @@ hfilter { url_enabled = true; from_enabled = true; mid_enabled = true; + rcpt_enabled = true; }