On Wed, 2003-01-08 at 08:32, Alexander Russell wrote: > Hi, > > As an experiment, I tried to set up spam filtering in the following > way: > > 1. I made a "incoming" filter (called "spam filter"). > 2. The filter pipes the message to the shell command /usr/bin/spamc -c > and should fire if it doesn't return 0. (This is spamassassin which, I > believe, returns a 1 (with the -c flag) if it thinks the message is > spam.)
You need to either quote the shell call (ie. "spamc -c") or place it in a file and make it executable, then call that file. You must have spamd running for spamc to connect to. Cheers, Ben -- Ben Stringer <[EMAIL PROTECTED]> _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
