dovecot-2.0-pigeonhole: LDA Sieve plugin: fixed sieve_global_pat...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Aug 11 14:53:44 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/928551d558d6
changeset: 1361:928551d558d6
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Aug 11 13:52:59 2010 +0200
description:
LDA Sieve plugin: fixed sieve_global_path setting; it was not recognized.

diffstat:

 src/plugins/lda-sieve/lda-sieve-plugin.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0592366457df -r 928551d558d6 src/plugins/lda-sieve/lda-sieve-plugin.c
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c	Sun Aug 08 11:21:04 2010 +0200
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c	Wed Aug 11 13:52:59 2010 +0200
@@ -186,7 +186,7 @@
 	const char *script_path;
 
 	/* Use global script path, if one exists */
-	script_path = mail_user_plugin_getenv(user, "global_path");
+	script_path = mail_user_plugin_getenv(user, "sieve_global_path");
 	if (script_path == NULL) {
 		/* For backwards compatibility */
 		script_path = mail_user_plugin_getenv(user, "global_script_path");


More information about the dovecot-cvs mailing list