aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSteve Freegard <steve@stevefreegard.com>2017-03-24 19:31:27 +0000
committerSteve Freegard <steve@stevefreegard.com>2017-03-24 19:31:27 +0000
commit5909eaece4fabe11e3224b9416e142ad0284f55c (patch)
treec82298ac0b55b7805a1698db37a2c99cbc629788 /conf
parenta04efc35197414102796de2ca934c118656f769b (diff)
downloadrspamd-5909eaece4fabe11e3224b9416e142ad0284f55c.tar.gz
rspamd-5909eaece4fabe11e3224b9416e142ad0284f55c.zip
Add DIRECT_TO_MX rule to once_received plugin
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/once_received.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.d/once_received.conf b/conf/modules.d/once_received.conf
index 93080d531..233d662ef 100644
--- a/conf/modules.d/once_received.conf
+++ b/conf/modules.d/once_received.conf
@@ -19,6 +19,7 @@ once_received {
bad_host = "dynamic";
symbol_strict = "ONCE_RECEIVED_STRICT";
symbol = "ONCE_RECEIVED";
+ symbol_mx = "DIRECT_TO_MX";
.include(try=true,priority=5) "${DBDIR}/dynamic/once_received.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/once_received.conf"