]> source.dussan.org Git - rspamd.git/commitdiff
[Test] excluding external relay ip example from spf.conf 3224/head
authorkorgoth1 <vladislav.stakhov@gmail.com>
Fri, 17 Jan 2020 12:25:41 +0000 (15:25 +0300)
committerkorgoth1 <vladislav.stakhov@gmail.com>
Fri, 17 Jan 2020 12:25:41 +0000 (15:25 +0300)
conf/modules.d/spf.conf

index 836fd59db928b58e67daa5dc9b677a79688f026b..c4284bc1c32c8680c40ca237e3295ec326a07aad 100644 (file)
@@ -15,12 +15,6 @@ spf {
   spf_cache_size = 2k;
   spf_cache_expire = 1d;
 
-  #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"