Page 1 of 1

CFS mailscanner Front End - Whitelisting

Posted: 24 Feb 2017, 09:21
by DigitalEssence
Hi,

I recently whitelisted a domain (*@strava.com) and the very next email that came in wasn't whitelisted.

After writing a very long support email with example headers and all the information required I noticed that the email didn't actually come from strava.com but @email.strava.com. Thankfully I noticed before pressing send (this time).


My question to you all is::

Is it possible to whitelist:

*@*.domain-name.com

rather than just:

*@domain-name.com

Thanks.

Hedley

Re: CFS mailscanner Front End - Whitelisting

Posted: 25 Feb 2017, 17:25
by Sergio
Yes, you can do it if the email was flagged by SPAMASSASSIN as an spam.
The way to do it is to add a rule to your spamassassin directory with a minus score to what you want to white list

Example:
header MY_WL ALL =~ /\@.*strava.\.com/i
score MY_WL -10
description MY_WL My WhiteList domains
.
Sergio