dovecot-2.2-pigeonhole: Merged changes from Pigeonhole 0.3 tree.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Sep 15 13:47:38 EEST 2013


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/78215acd5614
changeset: 1796:78215acd5614
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Sep 15 12:43:25 2013 +0200
description:
Merged changes from Pigeonhole 0.3 tree.

diffstat:

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

diffs (12 lines):

diff -r 00fbc2bc1fad -r 78215acd5614 src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c
--- a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c	Wed Sep 04 18:12:44 2013 +0200
+++ b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c	Sun Sep 15 12:43:25 2013 +0200
@@ -122,7 +122,7 @@
 	spec->header_name = p_strdup_until(pool, data, p);
 	while ( *p == ' ' || *p == '\t' ) p++;
 
-	if ( p == '\0' ) {
+	if ( *p == '\0' ) {
 		spec->regexp_match = FALSE;
 		return TRUE;
 	}


More information about the dovecot-cvs mailing list