Lists wrote: > > Hello! > > I run SpamAssassin with QmailScanner and Qmail1.03; i entered in > local.cf the configuration to use some blacklist but it is not > sufficiente to block spam. > > How can i enable the SpamHaus, CBL, RBL (as example) > blacklist-realtime check? > Well first, to do any RBL, you must have Net::DNS installed, and be of a reasonably recent version.
You also must have you qmail-scanner set to not force SA into "local only" mode. (I'm no qmail-scanner expert, so someone else will have to explain how if you can't tell from the qmail-scanner config files.) >From there, Spamhaus is already in spamassassin, there are rules for both SBL and XBL. CBL's data is aggregated into XBL, so that's in there too, although not reported separately: http://www.spamhaus.org/xbl/ RBL, if you've paid for it or otherwise qualify to use it, can be enabled by setting non-zero scores for the rules that apply: score RCVD_IN_MAPS_RBL 0 score RCVD_IN_MAPS_DUL 0 score RCVD_IN_MAPS_RSS 0 score RCVD_IN_MAPS_NML 0 > > Thank you very much for your interest, see ya! > > Francesco (from Italy) >