dovecot-2.0-pigeonhole: Deprecated notify extension: reverted pr...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sat Jan 1 16:51:46 EET 2011


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/442a5fb51d76
changeset: 1456:442a5fb51d76
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sat Jan 01 15:51:21 2011 +0100
description:
Deprecated notify extension: reverted previous change as address is used for the notification in stead of being actually parsed.

diffstat:

 src/lib-sieve/plugins/notify/ext-notify-common.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 146a2a9d5cb0 -r 442a5fb51d76 src/lib-sieve/plugins/notify/ext-notify-common.c
--- a/src/lib-sieve/plugins/notify/ext-notify-common.c	Sat Jan 01 15:21:44 2011 +0100
+++ b/src/lib-sieve/plugins/notify/ext-notify-common.c	Sat Jan 01 15:51:21 2011 +0100
@@ -245,7 +245,7 @@
 			p += 6;
 		
 			/* Fetch sender from oriinal message */
-			if ( mail_get_headers(msgdata->mail, "from", &header) >= 0 )
+			if ( mail_get_headers_utf8(msgdata->mail, "from", &header) >= 0 )
 				 str_append(out_msg, header[0]); 
 
 		} else if ( strncasecmp(p, "$env-from$", 10) == 0 ) {


More information about the dovecot-cvs mailing list