Many thanks for the feedback. Unfortunately, they forward all their mail onto a second SMTP server - Exchange!! So they're not holding the mail in mbox format.
Any suggestions given this quirk?
Nick
On Mon, 2004-02-16 at 21:19, Chris Glover wrote:
To train spamassassin
type
sa-learn --spam --mbox <mboxfilename>
or
sa-learn --ham --mbox <mboxfilename>
This works with stanadard unix mail spool files (/var/spool/mail). It supports other types as well.
man sa-learn is your friend.
HTH
Chris