Len Conrad wrote: > >>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?
Since snapshot 20030706 it looks like: - Support for !/pattern/ (negative matches) in PCRE lookup tables by Victor Duchovni. See "man pcre_table" for more. -- Chris Scott Host Orlando, Inc. http://www.hostorlando.com/
