Jason Bertoch wrote: > Lately I've been trying to report links in spam to uribl.com, obviously > hoping to increase the hit rate for messages coming my way. However, I've > found > several occasions where that URL was already listed but the rule didn't > trigger. > Upon further review, I'm not seeing URIBL_BLACK in my mail logs at all. I > double checked that I'm loading the plug-in via init.pre, and lint verifies > that > for me. At this point, I'm not entirely sure where to go next. > Currently, the following line from 25_uribl.cf has my attention: > > urirhssub URIBL_BLACK multi.uribl.com. A 2 > > If I do a dig on a known listed url at multi.uribl.com, it reports 127.0.0.2. > Will the above line not match the returned value and cause my issues, or am I > looking in the wrong place? >
Do you have Net::DNS installed and working? try spamassassin -D <sample-spam.txt Does the debug output indicate that DNS is available and working? > For what it's worth, I'm running SA 3.2.0 with daily sa-updates. >