It looks like the originating IP address was 127.0.0.1, which is your server. In other words, this log entry is for a message that was generated by something on your server. The reject-unresolvable-rdns filter won't block connections where the name is "localhost" and the IP address is 127.0.0.1 -- that would block any emails generated by mailing lists, cron jobs, contact forms, etc. It only blocks "localhost" when the IP address is *not* 127.0.0.1.
-- Sam Clippinger On Aug 12, 2013, at 6:14 PM, BC wrote: > > > Hmmmm. Just checked both whitelist files and nothing in them relates > to "localhost" or anything else that would have allowed this that I > can tell. > > Clearly the rDNS name was shown as "localhost". > > Aug 11 13:40:50 C2Q_Q9400 spamdyke[73552]: ALLOWED from: (unknown) > to:[email protected] origin_ip: 127.0.0.1 origin_rdns: localhost auth: > (unknown) encryption: (none) reason: 250_ok_1376250050_qp_73554 > > > Other thoughts? I'm willing to experiment for you, if you wish. > > > > (PS - no spam today, so the blacklists seem to be working.) > On 8/12/2013 11:00 AM, [email protected] wrote: >> The reject-unresolvable-rdns filter should block connections from hosts with >> rDNS names of "localhost". Are you sure you this connection wasn't >> whitelisted for some reason -- i.e. you don't have "localhost" in your rDNS >> whitelist? > > _______________________________________________ > spamdyke-users mailing list > [email protected] > http://www.spamdyke.org/mailman/listinfo/spamdyke-users _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
