diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-03-11 14:22:33 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-03-11 14:23:42 +0200 |
commit | a5efa06e4b17429d94cd4c64211120c0fae342b3 (patch) | |
tree | 8332e71819a741fbd6d6d8f843fe74e2dbb24af1 /conf | |
parent | e1aaa10d62d8ec23b6980b78fdda3fa16b1f4f3c (diff) | |
download | rspamd-a5efa06e4b17429d94cd4c64211120c0fae342b3.tar.gz rspamd-a5efa06e4b17429d94cd4c64211120c0fae342b3.zip |
Fix missing symbol registration
Diffstat (limited to '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 63ff8ef1d..413e7e00b 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -278,4 +278,5 @@ hfilter { from_enabled = true; rcpt_enabled = true; mid_enabled = true; + rcpt_enabled = true; } |