Re: PCRE help - unsTubscribe URL in body_check

2009-02-04 Thread Marc Silver
Hi there, I tested this on RHEL 5.2 and RHEL 5.3 and the PCRE matched correctly. Cheers, Marc On Wed, 04 Feb 2009 13:51:36 +0200, Wietse Venema wrote: Steven Redlich: /http:\/\/baddomain.com\/uTnsub\// There is no error with this PCRE pattern. It works as expected on my (non-Redhat) ma

Re: PCRE help - unsTubscribe URL in body_check

2009-02-04 Thread Wietse Venema
Steven Redlich: > /http:\/\/baddomain.com\/uTnsub\// There is no error with this PCRE pattern. It works as expected on my (non-Redhat) machine. % cat /tmp/x /http:\/\/baddomain.com\/uTnsub\// foo % postmap -q - pcre:/tmp/x

PCRE help - unsTubscribe URL in body_check

2009-02-03 Thread Steven Redlich
I'm having trouble trying to match a common string in my most recent bout of Opt-Out spam. The seem to have an uTnsTubscribe string like the following. http://baddomain.com/uTnsTub/?id=3D My current PCRE is a subset of the above string: /http:\/\/baddomain.com\/uTnsub\// extra T's added th