Hi,
> Yes, that's correct - I've always used postfix always_bcc and didn't
> realize there was one for amavis as well.
>
> If you want to keep it that way, you could declare bcc-user a spam_lover:
>
> > @spam_lovers_maps = ([
>
> > '[email protected]',
> > ]);
>
Should I be able to add it to the sender map for my own domain?
@score_sender_maps = ({
'.example.com' => [
new_RE (
[ qr'bcc-user' => -199],
)
],
I don't want to also receive mail that is spam, but only mail that would be
quarantined but was added to the whitelist above.
>