Kai Schaetzl grabbed a keyboard and wrote: > David Guntner wrote on Wed, 23 Feb 2005 01:35:02 -0800: > > t/10-recurse...............NOK 5# Failed test (t/10-recurse.t at line > > 36) > > You really didn't need to post the whole log just to show this error!
Sorry, wasn't sure if the stuff leading up to the error would be useful for debugging. Decided to err on the side of "a little too much is better than not enough." :-) > I reinstalled Net::DNS a few days ago and got another error with that test > as well. In my case the DNS was not responding to the test, maybe it > doesn't allow recursive queries if that is what the test does. I did A > "force install", all is well. If you have a firewall you may try without > it. I did a force install (thanks, BTW) and it went in. When doing a "sa-learn --sync -D", I noticed the following lines: debug: using "/home/davidg/.spamassassin/user_prefs" for user prefs file debug: config: read file /home/davidg/.spamassassin/user_prefs debug: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC debug: plugin: registered Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x84a9c14) debug: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC debug: plugin: registered Mail::SpamAssassin::Plugin::Hashcash=HASH(0x8b5b6c4) debug: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC debug: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x8b3a130) debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x84a9c14) implements 'parse_config' debug: plugin: Mail::SpamAssassin::Plugin::Hashcash=HASH(0x8b5b6c4) implements 'parse_config' debug: config: SpamAssassin failed to parse line, skipping: auto_learn_threshold_spam 10 (I take it that "auto_learn_threshold_spam" is no longer a valid config option as of 3.0.2? :). From the line about URIDNSBL, and the lack of a complaint about Net::DNS not being there, I'm thinking that SpamAssassin is happy now. Is there something I can do, though, to verify that the DNSBL check is actually *happening*? I'm going to go with starting up spamd with the -D option; let me know if there's some other way I should be doing it. :-) Thanks for the help to those who responded (some were off list). --Dave