On Fri, 2002-06-14 at 14:25, Ryan Marsh wrote:
> Email started on UNIX, so obviously these days there is alot of code
> available for processing/filtering/etc... email. I'd like to be able to
> use some of this stuff with evolution. Take SpamAssassin for instance.
> I'd like to write a perl script that uses the ::SpamAssassin module and
> have it exit with a 1 or 0 depending on if the message is spam or not,
> evolution could then file the message or delete it. 

Take a look at the development version, I've alreaded added a "Command"
filter criterion that runs a program/script/whatever, pipes the message
stream to the program's stdin, and then allows you to compare the retval
of said program to determine if the filter matches or not.

I think this pretty much covers what you want.

Jeff
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to