Jim McIver:
> My header_checks file contains:
> # Disallow sender-specified routing. This is a must if you relay mail
> #for other domains.
> /[EMAIL PROTECTED]@]/ 550 Sender-specified routing rejected
>
> # Postmaster is OK, that way they can talk to us about how
> # to fix their problem.
> /^postmaster@/ OK
>
> # Protect your outgoing majordomo exploders
> # /^(.*)-outgoing@(.*)$/!/^owner-.*/ 550 Use [EMAIL PROTECTED] instead
Those are to be used as SMTPD_RECIPIENT_RESTRICTIONS
(check_recipient_access) not as HEADER_CHECKS.
Wietse