Re: sender maps and whitelisting
Alex <[email protected]> Thu, 25 Apr 2024 20:50:57 -0400
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <CAB1R3sj2HuxeExacRc244BSLeH4nv-dTNUBjvvMWEM=iLMAeew@mail.gmail.com> |
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. >