-----Original Message----- From: Loren Wilton [mailto:[EMAIL PROTECTED] Sent: 10 August 2005 11:43 To: users@spamassassin.apache.org Subject: Re: Bayes Training
> As you can see the second 'From' is the true spammer, whilst the first > 'From' is my own reporting account. My worry here is that bayes will use my > reporting account as a 'shortcut'. Is there any way of avoiding this (i.e. > can I tell bayes to ignore the first from header but not the second)? While this isn't desirable for obvious reasons, I think in this case you will be ok, as long as that account is used ONLY for spam. Bayes learns tokens, not token combinations or sequences. As a result, it will doubtless learn that name as a really spammy token. But if that doesn't show up in any ham, you should be fine. It will just be wasting some effort learning a token that doesn't really show up in spam or (hopefully) ham. Loren Hi Loren, Thanks for the info. Will stick to my current method then :) Joe