You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/11/25 20:18:09 UTC

svn commit: r598034 - /spamassassin/dns/named.conf

Author: dos
Date: Sun Nov 25 11:18:02 2007
New Revision: 598034

URL: http://svn.apache.org/viewvc?rev=598034&view=rev
Log:
add new sonic.net IP to notify and transfer lists

Modified:
    spamassassin/dns/named.conf

Modified: spamassassin/dns/named.conf
URL: http://svn.apache.org/viewvc/spamassassin/dns/named.conf?rev=598034&r1=598033&r2=598034&view=diff
==============================================================================
--- spamassassin/dns/named.conf (original)
+++ spamassassin/dns/named.conf Sun Nov 25 11:18:02 2007
@@ -32,6 +32,7 @@
         	67.91.233.27;   // ns1.kluge.net
         	208.201.224.9;  // sonic.net
         	208.201.224.164;// sonic.net
+		64.142.8.20;	// sonic.net
 	};
 
 	allow-transfer {
@@ -39,6 +40,7 @@
         	67.91.233.27;   // ns1.kluge.net
         	208.201.224.9;  // sonic.net
         	208.201.224.164;// sonic.net
+		64.142.8.20;	// sonic.net
 	};
 };