Re: AW: [Exim] Whitelist to

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Chris Edwards
Ημερομηνία:  
Προς: Ron McKeating
Υ/ο: Matthias Lewandowski, Exim-Users (E-mail)
Αντικείμενο: Re: AW: [Exim] Whitelist to
| So from what you say if just of of the recipients is a in the
| whitelist_to list then it will get the - (minus) score added to the spam
| score for the whole email and will therefore get through to all
| recipients. Is that correct ?


Almost...make that:

"If one of the _addresses appearing in the headers_ is in whitelist_to"

SA doesn't have access to the SMTP envelope information (the real
recipient list).

So for example, if you have:

whitelist_to someone@???

and that user is on a mailing list, the header will be like:

To: list@???

so list messages to that user will not be whitelisted. Nor will anything
Bcc'd to them etc.