> I use spam assassin and like to teach it's bayseian DB with the sa-learn script. > However I would sometime like to gather together sets of spam from different > mail folders in one file and process it once. As such I would like to request > this feature. I have sunmitted this as bug 48014. If this should be filed with > the gnome folk let me know.
>From a post by me some days ago: --- snip --- An easy way is (works with local SA and SA on IMAP servers): Create a folder SPAM and move all SPAM messages to this folder. You can report this as SPAM to SA (manually or automatic and periodically) using SA built in features: $ sa-learn --spam --showdots --mbox <SPAM.mbox> Needed options and the actual name of the mbox file (or, in case of IMAP maybe not mbox) depend on your setup. See 'man sa-learn' for the options. --- snip --- Seems, you are referring to this functionality. There is no problem doing this for more than one folder. Just make sure, there is only SPAM in that folder. Regarding your bug http://bugs.ximian.com/show_bug.cgi?id=48014 : The default format of storing mails in Evolution *is* mbox. Drag-n-drop to a dedicated SPAM folder seems a lot more easy than saving every single SPAM to disk to me... Better integrated ways are currently discussed for the development of future Evolution 2.0 version. HTH ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
