Luca Corti wrote:
Hello,
In http://wiki.dovecot.org/LDA I read
# If there is no user-specific Sieve-script, global Sieve script is # executed if set. #global_script_path =
so you can set global_script_path and override it using a per user script.
It would be nice if the per user scripts could be optionally run after (or before maybe?) the global script.
Another nice thing would be per-virtualdomain sieve scripts, but I think this is much more difficult.
What do you think?
And while we're at feature-requests for -lda, I'd just like to reiterate a previous request for have a globally enforceable script that runs regardless of an existing user script, something like:
# Always run the global sieve script before user scripts global_script_enforce = 1
Then I guess we do two sieve runs if the user sieve script exists. I'm no C coder, but I might see if I can get a patch together for this...