> -----Original Message----- > From: RGB Camera [mailto:zauschne...@gmail.com] > Sent: Thursday, March 24, 2011 4:34 PM > To: users@spamassassin.apache.org > Subject: Re: URIBL_RHS_DOB false positives? > > Yes, we set the pointage to 0.01 until whatever is broken gets fixed. > > We normally score that rule much higher than the default, and it > normally works well. > > But it seems like there is a reset in the URIBL_RHS_DOB database or > something. > > A lot of domains that are not new domains are now listed.
It appears to be hitting on a lot of mail today: $ grep DOB /var/log/mail/info.log | cut -d\ -f 1,2 | uniq -c 119 Mar 20 174 Mar 21 168 Mar 22 310 Mar 23 10527 Mar 24 But not many that are potentially blocked because of it: $ grep DOB /var/log/mail/info.log | grep -P 'Yes, score=[67].' | grep -c ^Mar\ 24 317 Scrolling through these 300, Most of them look like spam anyway... I doubt I will touch it.