[dovecot-cvs] dovecot-lda/src deliver.c,1.40,1.41

cras at dovecot.org cras at dovecot.org
Sat Mar 25 11:44:39 EET 2006


Update of /var/lib/cvs/dovecot-lda/src
In directory talvi:/tmp/cvs-serv1125

Modified Files:
	deliver.c 
Log Message:
Getting sieve path from userdb wasn't working, it was always overwritten by
global sieve path.



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/deliver.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- deliver.c	21 Mar 2006 09:15:22 -0000	1.40
+++ deliver.c	25 Mar 2006 09:44:37 -0000	1.41
@@ -477,7 +477,6 @@
 			return NULL;
 		}
 
-		script_path = home_expand(SIEVE_SCRIPT_PATH);
 		if (*script_path != '/' && *script_path != '\0') {
 			/* relative path. change to absolute. */
 			script_path = t_strconcat(getenv("HOME"), "/",



More information about the dovecot-cvs mailing list