<div dir="ltr"><div>Hi,</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Yes, that's correct - I've always used postfix always_bcc and didn't realize there was one for amavis as well.<br>
<br>
If you want to keep it that way, you could declare bcc-user a spam_lover:<br>
<br>
> @spam_lovers_maps = ([ <br>
> '<a href="mailto:bcc-user@gambit.example.com" target="_blank">bcc-user@gambit.example.com</a>',<br>
> ]);<br></blockquote><div><br></div><div>Should I be able to add it to the sender map for my own domain?</div><div><br></div><div>@score_sender_maps = ({<br></div><div><br></div><div> '.<a href="http://example.com">example.com</a>' => [</div><div> new_RE (</div><div> [ qr'bcc-user' => -199],</div><div> )</div><div> ],</div><div><br></div><div>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.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
</blockquote></div></div>