Do zero width tests work? How do you force a string to test a pcre from command line? (I'm forgetful and don't have my pdf man pages around)
I would think something like this might work. /(?!(smtp.*)|(biz))(?=<subscribers>)\.rr\.com/ 554 ACL -----Original Message----- From: Len Conrad [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2003 10:24 AM To: [EMAIL PROTECTED] Subject: [IMGate] Re: are we lazy as he says ? >Anybody know how to put make negate work in postfix pcre: ?? unlike hash: files, the pcre: files are "first match wins", so : /smtp.*\.rr\.com$/ ok /biz\.rr\.com$/ ok /<subscribers>\.rr\.com/ 554 ACL ..... The problem with this approach is that "ok" means we whitelist them from thta point on and do not apply any later smtpd restrictions to them, so a single /pcre/ that excludes !biz and !smtp is still desired, if possible. anybody know? Len
