boricua wrote:

> i would like to set a rule that if the domain in to: is @acedsl.com 
> and the user is not me to consider it spam,
> is this possible?

I don't know why you would want to do that, mainly because I'm not
sure you are aware of the potential problems.

If you are the envelope recipient - someone BCC's you - and there is
[EMAIL PROTECTED] on the To: line, this will get marked as spam.
Are you really sure you want to do that? Legitimate mail does not
always have to have your address on the To: line. I often BCC mail to
30 or so people at a time, with only one recipient on the To: line.

in local.cf:

header TO_ACEDSL                To =~/acedsl\.com/i
describe TO_ACEDSL              To someone in the acedsl.com domain
score   TO_ACEDSL               10.0

header TO_BORICUA                To =~/[EMAIL PROTECTED]/i
describe TO_BORICUA              To boricua at acedsl.com
score   TO_BORICUA               -10.0

Score will be 0 if your address is on the To: line (+10 -10)
If you are not on the To: line, but anyone else at acedsl.com is,
then the score will be 10.

Gary V



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to