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 <u...@example.com>" would be bcc'd
> to "us...@example.com".  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