On Thu, Oct 03, 2002 at 01:15:14PM +0200, Per olof Ljungmark wrote:
> How do I know RBL lookup is working in SA? From the documentation I have 
> concluded that if "skip_rbl_checks 0" is set SA should do RBL lookups.

And if Net::DNS is installed correctly, yes.

> BTW, is there any way do log SA activities to syslog or similar facility?

What kind of "activities"?  You can't get, say, a list of all tests
that were run.  If you run with -D (spamd or spamassassin) you'll get
debugging output which will tell you some of what is going on.

The best info I can tell you is that when you run with -D, you would
see something like this:

debug: is Net::DNS::Resolver unavailable? 0

It's annoying as a double-negative, but that lets you know that the
resolver is available.  Later in the debug, if an RBL gets a hit, you'd
see something like:

debug: Ran run_rbl_eval_test rule RCVD_IN_BL_SPAMCOP_NET ======> got hit
debug: Ran run_rbl_eval_test rule RCVD_IN_DSBL ======> got hit
debug: Ran run_rbl_eval_test rule RCVD_IN_OSIRUSOFT_COM ======> got hit
debug: Ran run_rbl_eval_test rule RCVD_IN_UNCONFIRMED_DSBL ======> got hit
debug: Ran run_rbl_eval_test rule X_OSIRU_OPEN_RELAY ======> got hit


Hope this helps.

-- 
Randomly Generated Tagline:
"you're a freak... it's 5am."             - Matt

Attachment: msg08327/pgp00000.pgp
Description: PGP signature

Reply via email to