Richard Hobbs wrote:
> Hello,
> 
> In an attempt to always allow emails from particular domains, I have added
> the following lines into "/etc/spamassassin/local.cf":
> 
> def_whitelist_from_rcvd  [EMAIL PROTECTED]       inmac.co.uk
> def_whitelist_from_rcvd  [EMAIL PROTECTED]       Inmac.co.uk
> def_whitelist_from_rcvd  [EMAIL PROTECTED]     domain.co.jp
> 
> But, they are being ignored. Any ideas?

What does one of the Received: headers look like? My guess is if you're having
problems with them matching it's the rcvd part.

Either that or the From: is in a non-matching format, ie:
 [EMAIL PROTECTED]

> 
> Also, are they case sensitive? i.e. if I always allow [EMAIL PROTECTED] will 
> it
> block [EMAIL PROTECTED] as well?

They are case insensitive.

Reply via email to