Hi,
After having got SA and Razor working, I've noticed a problem in the output of a spamassassin test:
If I run:
spamassassin -t -D < spam.txt
I get the following in the debug output:
debug: DNS MX records found: 4 debug: RBL: success for 0 of 9 queries debug: RBL: timeout for opm after 15 seconds debug: RBL: timeout for njabl after 15 seconds debug: RBL: timeout for rfci-dsn after 15 seconds debug: RBL: timeout for sorbs after 15 seconds debug: RBL: timeout for spamcop after 15 seconds debug: RBL: timeout for bsp-firsttrusted after 15 seconds debug: RBL: timeout for rfci after 15 seconds debug: RBL: timeout for dsbl after 15 seconds debug: RBL: timeout for sbl after 15 seconds
Why are all the RBL checks failing?
Net::DNS::Resolver is installed and working (as I can see from further up the debug output). As far as I can tell, the RBL hosts are working at the moment.
How do I debug this problem?
What program does SA use to do the RBL checks? (and how can I run it manually?)
Thanks,
Nick...
