Hi, >> 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
Isn't "DOB" a bit of a broad pattern to be matching for something like this? Unless there's something else than the obvious in that info.log file, or you know something I don't, why wouldn't you just search on the full rule name? Just curious, I guess. Thanks, Alex