commit a34ac24: [Test] SPF external IP map

korgoth1 vladislav.stakhov at gmail.com
Thu Jan 16 20:07:13 UTC 2020


Author: korgoth1
Date: 2020-01-16 21:35:21 +0300
URL: https://github.com/rspamd/rspamd/commit/a34ac243e88cabe59ed524582812f898ffbac46b (refs/pull/3215/head)

[Test] SPF external IP map

---
 conf/modules.d/spf.conf | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/conf/modules.d/spf.conf b/conf/modules.d/spf.conf
index a09e70d6b..836fd59db 100644
--- a/conf/modules.d/spf.conf
+++ b/conf/modules.d/spf.conf
@@ -15,13 +15,14 @@ spf {
   spf_cache_size = 2k;
   spf_cache_expire = 1d;
 
-  .include(try=true,priority=5) "${DBDIR}/dynamic/spf.conf"
-  .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spf.conf"
-  .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spf.conf"
-
   #external_relay = [
     #"$LOCAL_CONFDIR/local.d/maps.d/external_relay_ip.inc.local",
     #"${DBDIR}/surbl-external_relay_ip.inc.local",
     #"fallback+file://${CONFDIR}/maps.d/external_relay_ip.inc"
   #];
+
+  .include(try=true,priority=5) "${DBDIR}/dynamic/spf.conf"
+  .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spf.conf"
+  .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spf.conf"
+
 }


More information about the Commits mailing list