From: Polarcom Webmaster [mailto:[EMAIL PROTECTED] > > How can I set up SpamAssassin to exclude some e-mail addresses from > its check? > > I want to receive clear messages from trusted <user>@<domain>.com, > not marked by SpamAssassin.
I don't believe this is possible from either Amavis or directly through SpamAssassin. Those questions would be better addressed on their respective lists. If you're calling spamassassin (or spamc) from maildrop, then you can put an 'if' statement around the call to check if the 'FROM' variable matches the address you're looking for. Check the manpage for 'maildropfilter' for syntax. This is not a particularly good idea, though. Keep in mind that the 'From' address on an email can be (and is frequently) faked by spam and viruses. Do this only if you are comfortable with occasional spam and virus messages bypassing SpamAssassin via this rule. Bowie ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
