From: M Bernasconi [mailto:[EMAIL PROTECTED] > > I want use SA on one e-mail address and not the hole domain. > Let's say [EMAIL PROTECTED] should be scanned through SA. I > know I can give the all_spam_to parameter to the hole domain > [EMAIL PROTECTED] But then also [EMAIL PROTECTED] is not going to > be checked for spam. > > How can I make this work? The basic idea is just to scan one > e-mail address and the rest of the e-mail traffic is > untouched. Are there other ways to realize this idea? > > I'm using SA on windows, so just spamassassin can scan the > mime file. Spamd or spamc doesn't work (I know there are ways > to get them work, but this isn't the case right know).
Spamassassin will scan everything you send to it. There are no options to do otherwise. What you need to do is modify the program calling SA so that it only sends the email to SpamAssassin when it should be scanned. So the basic idea is that mail for [EMAIL PROTECTED] would be sent to SpamAssassin and the rest of the mail would be delivered without SA. Bowie