dovecot-2.0-pigeonhole: Vacation: fixed handling of sendmail err...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Jan 4 13:52:08 EET 2011


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/a8da6eef445d
changeset: 1457:a8da6eef445d
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Jan 04 12:51:58 2011 +0100
description:
Vacation: fixed handling of sendmail errors.

diffstat:

 src/lib-sieve/plugins/vacation/cmd-vacation.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 442a5fb51d76 -r a8da6eef445d src/lib-sieve/plugins/vacation/cmd-vacation.c
--- a/src/lib-sieve/plugins/vacation/cmd-vacation.c	Sat Jan 01 15:51:21 2011 +0100
+++ b/src/lib-sieve/plugins/vacation/cmd-vacation.c	Tue Jan 04 12:51:58 2011 +0100
@@ -942,7 +942,7 @@
 			"failed to send vacation response to <%s> "
 			"(refer to server log for more information)", 
 			str_sanitize(reply_to, 128));	
-		return TRUE;
+		return FALSE;
 	}
 	
 	return TRUE;
@@ -1120,7 +1120,7 @@
 		return TRUE;
 	}
 
-	return FALSE;
+	return TRUE;
 }
 
 


More information about the dovecot-cvs mailing list