Matteo Cazzador:
> Hi, is it possible to do a double pcre condition check like this:
> 
> if /From:.*pi...@gmail.com/
> /To:.*i...@example.com/ REDIRECT in...@example.com
> endif
> 
> Check the sender but execute action REJECT only for a specific "To" ?

As documented, not with header_checks. It may be done with
external tools: postfwd, policy protocol, content filter, milter.

        Wietse

Reply via email to