sender maps and whitelisting

Alex mysqlstudent at gmail.com
Fri Apr 26 02:50:57 CEST 2024


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 = ([
>
> >   'bcc-user at gambit.example.com',
> > ]);
>

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.


>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.amavis.org/pipermail/amavis-users/attachments/20240425/97467bea/attachment.htm>


More information about the amavis-users mailing list