On Sat, 11 Dec 2004 06:39:38 -0500, "Steve Dondley" <[EMAIL PROTECTED]> wrote:
>I'm trying to train SpamAssassin. I've set up two mailboxes on my server. >One for spam and one for non-spam. I'm trying to figure out how to deliver >mail there from my client (Outlook 2000). > >There is some advice given on the SpamAssassin web site to not forward mail >but to resend it. I do that. But when I look at the raw mail on my server, >none of the original headers are there. The e-mails all look like the >originally came from me. > >What am I doing wrong (besides still using a piece of shit like Outlook)? You can't do it if you're popping from Outlook. I get around it by setting Outlook to POP but "Leave mail on server for 2 days". I also have Outlook set to make an IMAP connection to my server. When SA misses a spam, I use the IMAP account in Outlook to move the message to a "spam" folder. I run a cron job twice a day: sa-learn --dbpath /var/spool/spamassassin/bayes --mbox --spam /home/*/mail/spam to pick up mail moved into the "spam" folders. -- Steve