always_bcc is implemented upon receving email, so that

    always_bcc = [email protected]

will send a copy to [email protected], unless you have aliased
that to something else. In that case, your BCC copy will be sent
there.

For example if you have a wild-card alias

        @example.com blah

Then your BCC copy will be sent to blah, unless you also add an 1:1
alias to prevent that:

    # Everything aliased to blah
    @example.com blah
    # Except for [email protected]
    [email protected] [email protected]

        Wietse

Reply via email to