Displaying 2 results from an estimated 2 matches for "scriptc".
Did you mean:
script
2009 Jul 23
1
Problem with sieve scripts including sieve scripts
...de :global "global-spam.script";
i.e. all the default script does is call the spam script. I have created
the compiled versions using sievec, making sure they are still owned by
virtual:
mail sieve # ls
global-default.script global-spam.script global-vacation.script
global-default.scriptc global-spam.scriptc global-vacation.scriptc
mail sieve #
In the plugins session of dovecot.conf I have defined the path for
global scripts (so I can do the include :global thingie) and the path
for the default script (just in case user does not have a custom script
in the mail directory):
pl...
2006 Mar 17
1
LDA Sieve debugging
...rying out Sieve
support, and wrote the following global script:
require "fileinto";
if address :contains "To" "luca at mydomain.tld" {
fileinto "Spam";
}
and tried to send an email to that address. The sieve script seems to be
processed and sieve-global.scriptc is compiled, but the message is not
filed in the correct folder.
Is there a way to debug the script execution?
thanks
--
Luca Corti
PGP Key ID 1F38C091
BOFH excuse of the moment:
Internet exceeded Luser level, please wait until a luser logs off before
attempting to log back on.