https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6116
--- Comment #3 from Karsten Bräckelmann <[email protected]> 2009-05-26 14:23:36 PST --- SA mailing-list info can be found here. Or try the Evolution users mailing-list. http://wiki.apache.org/spamassassin/MailingLists *sigh* Oh, well. As a former Evolution heavy-load support guy, I don't see how that script would have worked, ever. How exactly are you calling it from Evo? Point is, that the Pipe to Program filter to filter mail through arbitrary external apps / scripts / filters actually does as the name claims. It pipes the message to STDIN of the external filter. Your script though expects a filename as the first argument, to have the shell pipe the file's contents to spamc. This won't work, as there is no file to point the external filter at. So instead of that unnecessary shell script, you'd better just use spamc itself as the external filter to pipe the message into, and listen to the exit status. Anyway, so much for the theory. Now for the spoiler. :) Evolution natively supports SA as junk-checking plugin for a long time -- if you can't move the spam filtering to the server and use IMAP. So, just use the Evolution built-in Junk filter with the SA backend, and it magically will work. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
