You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/12/15 20:39:31 UTC

[Bug 5750] New: meta test RDNS_NONE has undefined dependency '__RDNS_NONE'

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5750

           Summary: meta test RDNS_NONE has undefined dependency
                    '__RDNS_NONE'
           Product: Spamassassin
           Version: 3.2.3
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: scheidell@secnap.net


we have this in 20_rynrdns.cf
header RDNS_NONE    X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /



and this:

meta RDNS_NONE      (__RDNS_NONE && !__CGATE_RCVD)


but __RDNS_NONE isn't anywhere.

and 72_active.cf has this:

meta     FM_PHN_NODNS              (FB_SPACED_PHN_3B && RDNS_NONE)

(also, I don't see any updates for sa-update since oct 31. is this true?

should this:
header RDNS_NONE    X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /

be this?
header __RDNS_NONE    X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5750] meta test RDNS_NONE has undefined dependency '__RDNS_NONE'

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5750


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From jm@jmason.org  2008-01-08 14:26 -------
(In reply to comment #3)
> then the update channels arn't working
> (actually, 3.2.3 has not had any valid updates since october)
> 
> 
> [7321] dbg: channel: channel cf file
> /var/db/spamassassin/3.002003/updates_spamassassin_org.cf
> [7321] dbg: channel: channel pre file
> /var/db/spamassassin/3.002003/updates_spamassassin_org.pre
> [7321] dbg: channel: metadata version = 590061
> [7321] dbg: dns: 3.2.3.updates.spamassassin.org => 590061, parsed as 590061
> [7321] dbg: channel: current version is 590061, new version is 590061, skipping

is this still the case?  as far as I can tell it should be working fine.

: jm 380...; dig 3.2.3.updates.spamassassin.org txt

; <<>> DiG 9.4.1-P1 <<>> 3.2.3.updates.spamassassin.org txt
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22746
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 4

;; QUESTION SECTION:
;3.2.3.updates.spamassassin.org.        IN      TXT

;; ANSWER SECTION:
3.2.3.updates.spamassassin.org. 3600 IN TXT     "609701"

;; AUTHORITY SECTION:
spamassassin.org.       3477    IN      NS      b.auth-ns.sonic.net.
spamassassin.org.       3477    IN      NS      ns1.kluge.net.
spamassassin.org.       3477    IN      NS      a.auth-ns.sonic.net.
spamassassin.org.       3477    IN      NS      ns.hyperreal.org.
spamassassin.org.       3477    IN      NS      c.auth-ns.sonic.net.

;; ADDITIONAL SECTION:
ns1.kluge.net.          78734   IN      A       67.91.233.27
a.auth-ns.sonic.net.    78734   IN      A       209.204.159.20
b.auth-ns.sonic.net.    78734   IN      A       64.142.88.72
c.auth-ns.sonic.net.    78734   IN      A       69.9.186.104

;; Query time: 306 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Jan  8 22:25:26 2008
;; MSG SIZE  rcvd: 247

I've checked the 609701 tarball and it contains the correct rules.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5750] meta test RDNS_NONE has undefined dependency '__RDNS_NONE'

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5750


scheidell@secnap.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From scheidell@secnap.net  2008-01-06 13:27 -------
then the update channels arn't working
(actually, 3.2.3 has not had any valid updates since october)


[7321] dbg: channel: channel cf file
/var/db/spamassassin/3.002003/updates_spamassassin_org.cf
[7321] dbg: channel: channel pre file
/var/db/spamassassin/3.002003/updates_spamassassin_org.pre
[7321] dbg: channel: metadata version = 590061
[7321] dbg: dns: 3.2.3.updates.spamassassin.org => 590061, parsed as 590061
[7321] dbg: channel: current version is 590061, new version is 590061, skipping
channel
[7321] dbg: diag: updates complete, exiting with code 1

fl# cd /var/db/spamassassin/3.002003/updates_spamassassin_org
fl# grep RDNS_NONE *

20_dynrdns.cf:header RDNS_NONE    X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /
20_dynrdns.cf:meta RDNS_NONE      (__RDNS_NONE && !__CGATE_RCVD)
20_dynrdns.cf:describe RDNS_NONE  Delivered to trusted network by a host with no
rDNS
50_scores.cf:score RDNS_NONE             0.1
72_active.cf:meta     FM_PHN_NODNS              (FB_SPACED_PHN_3B && RDNS_NONE)
(In reply to comment #2)
> I just checked rules in trunk, branch, and the update channels and they all
> properly define header __RDNS_NONE so I'm marking this as fixed.
> 

(In reply to comment #2)
> I just checked rules in trunk, branch, and the update channels and they all
> properly define header __RDNS_NONE so I'm marking this as fixed.
> 





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5750] meta test RDNS_NONE has undefined dependency '__RDNS_NONE'

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5750


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.2.4




------- Additional Comments From jm@jmason.org  2007-12-29 13:05 -------
is this not already fixed? I thought it was...



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5750] meta test RDNS_NONE has undefined dependency '__RDNS_NONE'

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5750


sidney@sidney.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From sidney@sidney.com  2007-12-29 13:46 -------
I just checked rules in trunk, branch, and the update channels and they all
properly define header __RDNS_NONE so I'm marking this as fixed.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.