RE: Site-Wide Bayes Question

2004-11-09 Thread Matthew.van.Eerde
Jeff Grossman wrote:
 I have just set up a Sendmail server with MIMEDefang and SpamAssassin
 3.0.1.  This machine is a front-end box to my IMAP server.

I have a similar setup but with Exchange 2000 as the IMAP server.
I've created two public folders:
FN: spam but not tagged
FP: tagged but not spam

Users drag and drop errors to the appropriate folder, preserving the headers

If your IMAP server supports public folders, this may be the best way to go

Otherwise you might consider having a pair of error folders inside each mailbox 
- then have a script with universal access to all mailboxes walk through each 
mailbox, pulling from the error folders only

Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902
Hispanic Business Inc./HireDiversity.com Software Engineer
perl -emap{y/a-z/l-za-k/;print}shift Jjhi pcdiwtg Ptga wprztg,


Re: Site-Wide Bayes Question

2004-11-09 Thread Jeff Grossman
[EMAIL PROTECTED] wrote:
 Jeff Grossman wrote:
 I have just set up a Sendmail server with MIMEDefang and SpamAssassin
 3.0.1.  This machine is a front-end box to my IMAP server.
 
 I have a similar setup but with Exchange 2000 as the IMAP server.
 I've created two public folders:
 FN: spam but not tagged
 FP: tagged but not spam
 
 Users drag and drop errors to the appropriate folder, preserving the headers
 
 If your IMAP server supports public folders, this may be the best way to go
 
 Otherwise you might consider having a pair of error folders inside each 
 mailbox - then have a script with universal access to all mailboxes walk 
 through each mailbox, pulling from the error folders only
 
Thank you for the suggestions.

Jeff