>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


Reply via email to