On Jan 21, 12:47pm, "Ashley M. Kirchner" wrote:
} John Nemeth wrote:
} 
} >     Not really.  You should just whitelist the sender.
} 
}     I can't.  CareerBuilder sends e-mails out as the actual poster, so 
} it can be just about anyone posting.

     Then you probably want to whitelist the relay.  Looking at the
SpamAssassin docs for 3.0.4 the closest I can find to doing this is:

trusted_networks <ip address>

You can have more then one line and you can use netmasks.

     Another option would be to have something like:

if ($Relay eq /<ip address>) {
   /* skip spamassassin */
}

in your filter right before you call spamassassin.

}-- End of excerpt from "Ashley M. Kirchner"
_______________________________________________
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to