Okay, after my last post, I had the amazingly bright idea to feed
spamd some mail in debug mode. It showed pretty clearly that all the
DNS lookups were timing out at 15 seconds. I increased the timeout to
30, and now things are resolving at 17 seconds. Duh.

However, I'm still not seeing anything getting marked, including
SURBL's test URI. An excerpt, for your perusal:

$ spamassassin -D < test-email 2>&1 | less

debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x9667b44)
implements 'parsed_metadata'
debug: uri found: http://www.surbl-org-permanent-test-point.com/
debug: URIDNSBL: domains to query: surbl-org-permanent-test-point.com
debug: is Net::DNS::Resolver available? yes
debug: Net::DNS version: 0.48
...
debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x9667b44)
implements 'check_tick'
debug: URIDNSBL: query for surbl-org-permanent-test-point.com took 221
seconds to look up
(multi.surbl.org.:surbl-org-permanent-test-point.com)
debug: URIDNSBL: queries completed: 2 started: 0
debug: URIDNSBL: queries active:  at Mon Dec  6 08:11:22 2004
...
debug: RBL: success for 11 of 11 queries 
...
debug: tests=AWL,BAYES_00,NO_DNS_FOR_FROM,RCVD_BY_IP
debug: 
subtests=__CT,__CTE,__CT_TEXT_PLAIN,__HAS_MSGID,__HAS_SUBJECT,__MIME_VERSION,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__MSGID_RANDY,__SANE_MSGID

Looking at other emails, and spamd's debug output, I see a lot of
domain queries being run, and succeeding now, but in the last 50
spams, not one has hit on any DNSBL or URIBL. Of course, that's
technically possible, but that's why I tried the test URI.

Does anyone have any idea as to what I can look into next? Or some
other way to test it, perhaps?

The RBLs worked fine on 2.6, but haven't been working since going to 3.0.1. 

Thanks!

-- 
Matthew 'Shandower' Romanek
IDS Analyst

Reply via email to