On Wed, 2007-04-04 at 00:37 +1000, Pete Russell wrote:
> 
> How do i write a rule that says;
> 
> if mail is recieved from parent company email gateway/s AND the from 
> address is not from the parent company domain THEN give XX score.

Something like?

header __GATEWAY_RELAY  Received =~ /\[111\.222\.333\]/
header__NOT_PAR_DOMAIN  From =! /[EMAIL PROTECTED]/i
meta SPAM_FROM_RELAY    __GATEWAY_RELAY && __NOT_PAR_DOMAIN


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to