Re: dnsbl lookups for X-PHP-Script

2008-10-07 Thread Matus UHLAR - fantomas
> On Mon, Oct 06, 2008 at 09:39:06PM +0200, Matus UHLAR - fantomas wrote: > > > On Mon, Oct 06, 2008 at 05:31:55PM +0200, Matus UHLAR - fantomas wrote: > > > > did anyone try to use DNSBL lookups for header(s) X-PHP-Script? > > > > I have patch into PHP that inserts IP address into that header, and

Re: dnsbl lookups for X-PHP-Script

2008-10-07 Thread Henrik K
On Mon, Oct 06, 2008 at 09:39:06PM +0200, Matus UHLAR - fantomas wrote: > > On Mon, Oct 06, 2008 at 05:31:55PM +0200, Matus UHLAR - fantomas wrote: > > > did anyone try to use DNSBL lookups for header(s) X-PHP-Script? > > > I have patch into PHP that inserts IP address into that header, and > > >

Re: dnsbl lookups for X-PHP-Script

2008-10-06 Thread Matus UHLAR - fantomas
> On Mon, Oct 06, 2008 at 05:31:55PM +0200, Matus UHLAR - fantomas wrote: > > did anyone try to use DNSBL lookups for header(s) X-PHP-Script? > > I have patch into PHP that inserts IP address into that header, and looking > > in dnsbl for spam sources could help me filter out spam posted through HT

Re: dnsbl lookups for X-PHP-Script

2008-10-06 Thread William Taylor
On Mon, Oct 06, 2008 at 08:55:29PM +0300, Henrik K wrote: > X-PHP-Script doesn't seem to be very widely patched - or PHP isn't abused > that much, which is nice. I grepped 3 weeks worth of spam quarantine, 17335 > messages. 46 contained it. 28 unique IPS, out of which 8 was on sbl-xbl and > one or

Re: dnsbl lookups for X-PHP-Script

2008-10-06 Thread Henrik K
On Mon, Oct 06, 2008 at 08:04:56PM +0300, Henrik K wrote: > On Mon, Oct 06, 2008 at 05:31:55PM +0200, Matus UHLAR - fantomas wrote: > > Hello, > > > > did anyone try to use DNSBL lookups for header(s) X-PHP-Script? > > I have patch into PHP that inserts IP address into that header, and looking > >

Re: dnsbl lookups for X-PHP-Script

2008-10-06 Thread Henrik K
On Mon, Oct 06, 2008 at 05:31:55PM +0200, Matus UHLAR - fantomas wrote: > Hello, > > did anyone try to use DNSBL lookups for header(s) X-PHP-Script? > I have patch into PHP that inserts IP address into that header, and looking > in dnsbl for spam sources could help me filter out spam posted throug

Re: dnsbl lookups for X-PHP-Script

2008-10-06 Thread mouss
Matus UHLAR - fantomas a écrit : > Hello, > > did anyone try to use DNSBL lookups for header(s) X-PHP-Script? > I have patch into PHP that inserts IP address into that header, and looking > in dnsbl for spam sources could help me filter out spam posted through HTTP. > > you'd need a plugin for

dnsbl lookups for X-PHP-Script

2008-10-06 Thread Matus UHLAR - fantomas
Hello, did anyone try to use DNSBL lookups for header(s) X-PHP-Script? I have patch into PHP that inserts IP address into that header, and looking in dnsbl for spam sources could help me filter out spam posted through HTTP. I could prepare such rules, but if anyone has such, I'd be glad not to re