There is a gotcha in doing that, Glenn. One person's spam is another person's ham. It is better if each user has his or her own Bayes rules.
For that I built a pair of IMAP mailboxes into which I can dump the spam and ham samples for each user. If doing this for other than me or Loren I'd dump them once they had been processed, sight unseen by human eyes. Neither Loren nor I seem to be as interested in each other's ham and spam samples as we are in eliminating spam. So I save both for retraining Bayes if something tubes the Bayes system. Since going to the trouble if creating IMAP mailboxes, which are a very general solution if spam is moved into them for disposal, I have discovered that the OE MUAs we use can simply export the spam as individual files by drag and drop. That could be used with a SAMBA exported directory on the mail server for generic training with one "spam" user account or it could be done per user with per user spam accounts. While I know I can do this I prefer the IMAP trick. It works and is somewhat easier. Note that I do NOT use forwarding for exactly the consideration you cite. I move (or copy) spam into the spam folder and let a cron job train the Bayes for each user at least once a day. {^_^} ----- Original Message ----- From: "Glenn Elliott" <[EMAIL PROTECTED]> > Hi Rainer, > > Sorry.. > > What is happening is spam is getting through spamassassin and the users > identify it as spam. I want to train spamassassin and an easy way to do this > would be to ask all the users to forward spam to a central mailbox on the > spamassassin server which I can then use to train spamassassin.. Am I making > sense? Is this possible? No user accounts are on the spamassassin server. > > Regards, > > Glenn. > > -----Original Message----- > From: Rainer Sokoll [mailto:[EMAIL PROTECTED] > > On Thu, Jan 27, 2005 at 07:52:29PM +1100, Glenn Elliott wrote: > > > My question is does spamassassin use the from address when learning as > > the from will equate to the internal users email address and not the > spammers... > > I dont want to register my internal users as spammers! > > IMHO, it does not make sense to scan mail from your internal users. Its just > wasting resources. > Here, in a similar setup like yours, I use spamass-milter to feed SA. > The milter can ignore mail from the internal network: > >From the startup script: > > ---8<--- > su amavis -c "/usr/local/sbin/spamass-milter -i 10.0.0.0/8 -f -p \ > /var/spamass/spamass-milter.sock" > ---8<--- > > So, everything from 10/8 is ignored > > > Rainer >