You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/12/20 07:25:47 UTC

svn commit: r357925 - /spamassassin/dns/spamassassin.org

Author: jm
Date: Mon Dec 19 22:25:44 2005
New Revision: 357925

URL: http://svn.apache.org/viewcvs?rev=357925&view=rev
Log:
support updates

Modified:
    spamassassin/dns/spamassassin.org

Modified: spamassassin/dns/spamassassin.org
URL: http://svn.apache.org/viewcvs/spamassassin/dns/spamassassin.org?rev=357925&r1=357924&r2=357925&view=diff
==============================================================================
--- spamassassin/dns/spamassassin.org (original)
+++ spamassassin/dns/spamassassin.org Mon Dec 19 22:25:44 2005
@@ -1,13 +1,13 @@
 $TTL 1h
-@		SOA	ns.spamassassin.org. pmc.spamassassin.apache.org. (
-			2005121400 ; serial
-			1D         ; refresh (1 day)
-			1H	   ; retry (1 hour)
- 			1W         ; expire (1 week)
-			1H         ; minimum (1 day)
-			)
 
-			NS	a.auth-ns.sonic.net.
+; load the serial from a separate file writable by the "updatesd" user
+$INCLUDE /var/named/updates/soa_line
+
+; it should look something like:
+; @  SOA     ns.spamassassin.org. pmc.spamassassin.apache.org.
+;            ( yyyymmddnn 1D 1H 1W 1H )
+
+@			NS	a.auth-ns.sonic.net.
 			NS	b.auth-ns.sonic.net.
 			NS	c.auth-ns.sonic.net.
 			NS	ns.hyperreal.org.
@@ -21,7 +21,9 @@
 			A	192.87.106.226
 
 ; bugzilla!
-bugzilla		CNAME	issues.apache.org.
+bugzilla		A       192.87.106.226
+			; nothing should send from here, but allow spf testing
+bugzilla		TXT	"v=spf1 ip4:64.142.3.173 -ip4:65.214.43.155 ~ip4:65.214.43.156 ?ip4:65.214.43.157 -all"
 
 ; stuff that runs on the zones machine
 rsync			CNAME	spamassassin.zones.apache.org.
@@ -69,6 +71,16 @@
 $ORIGIN updates.spamassassin.org.
 mirrors			TXT	"http://spamassassin.apache.org/updates/MIRRORED.BY"
 
+; $INCLUDE /var/named/updates/3.2.0
+
+; updates.dev.spamassassin.org: development area for updates
+$ORIGIN updates.dev.spamassassin.org.
+mirrors			TXT	"http://buildbot.spamassassin.org/updatestage/MIRRORED.BY"
+
+; add a $INCLUDE line for each updateable version here.
+; these files are generated from cron!
+$INCLUDE /var/named/updates/3.2.0
+
 ; -----------------------------------------------------------------
 
 ; Data required for dnsbl testing via "make test"
@@ -102,3 +114,4 @@
 example.com		A	127.0.0.2
 ; SenderBase
 134.88.73.210.sb	TXT	"0-0=1|1=Spammer Networks|2=7.2|3=7.1|4=1537186|6=1060085863|7=80|8=12288|9=129|20=yh6.|21=example.com|23=6.5|24=6.1|25=1080071572|40=6.3|41=6.1|45=N|49=1.00"
+