Andre Rodier:
> Hello everyone,
> 
> I would like to know how to test the value of a display name,
> and if possible, add a BCC header.

Postfix header_checks can examone headers, but support for
BCC actions is not implemented.

> For instance, emails to "user1 <[email protected]>" would be bcc'd
> to "[email protected]".  Is this is possible with postfix?

That would require a plug-in extension. For example a Python Milter
that gets a copy of each header. At the end of the message it then
invokes "add recipient" actions as appropriate.  I have no example
at hand.

        Wietse

Reply via email to