diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-04-10 10:45:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 10:45:31 +0300 |
commit | 4ff9ed794109c0003424c3b1c1de7f3a24e74e62 (patch) | |
tree | 3d44ce718b6640c2b8d274e790a987bff7b162be | |
parent | ee29cb7459e3cdd388b125e85cb3fa93e2629ba6 (diff) | |
download | rspamd-4ff9ed794109c0003424c3b1c1de7f3a24e74e62.tar.gz rspamd-4ff9ed794109c0003424c3b1c1de7f3a24e74e62.zip |
[Minor] Remove duplicate option
-rw-r--r-- | conf/modules.d/hfilter.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/hfilter.conf b/conf/modules.d/hfilter.conf index 054a46295..d14376304 100644 --- a/conf/modules.d/hfilter.conf +++ b/conf/modules.d/hfilter.conf @@ -20,7 +20,6 @@ hfilter { from_enabled = true; rcpt_enabled = true; mid_enabled = false; - rcpt_enabled = true; .include(try=true,priority=5) "${DBDIR}/dynamic/hfilter.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/hfilter.conf" |