On 18.8.2005, at 15:15, Michael Goth wrote:
I tried to compile deliver from CVS (as described in the wiki), but unfortunately make stopped with the following error:
In file included from sieve_interface.h:37, from script.h:31, from addr.y:34: sieve_err.h:7:24: et/com_err.h: No such file or directory
I have that in comerr-dev Debian package. A bit useless include file though, maybe I'll get rid of it..
Is it possible to use a system wide default sieve script which applies to all users that do not have their own sieve script? That would be a great feature to easily set up (and maintain) some defaults for virus/spam filtering. Maildrop does it like this ;-)
I could do that, except compiling the .sievec file could be problematic if user doesn't have permission to that directory.
Added global_script_path setting. That should do it.