summaryrefslogtreecommitdiffstats
path: root/conf/modules.d/once_received.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/modules.d/once_received.conf')
-rw-r--r--conf/modules.d/once_received.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/modules.d/once_received.conf b/conf/modules.d/once_received.conf
index 233d662ef..c0aaf3330 100644
--- a/conf/modules.d/once_received.conf
+++ b/conf/modules.d/once_received.conf
@@ -14,14 +14,14 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
once_received {
- good_host = "mail";
- bad_host = "static";
- bad_host = "dynamic";
- symbol_strict = "ONCE_RECEIVED_STRICT";
- symbol = "ONCE_RECEIVED";
- symbol_mx = "DIRECT_TO_MX";
+ good_host = "mail";
+ bad_host = "static";
+ 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"
- .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/once_received.conf"
+ .include(try=true,priority=5) "${DBDIR}/dynamic/once_received.conf"
+ .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/once_received.conf"
+ .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/once_received.conf"
}