dovecot-2.0-pigeonhole: sieve-test tool: mixed up original and f...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Oct 5 20:03:38 EEST 2011


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/027f450bd498
changeset: 1541:027f450bd498
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Oct 05 19:03:28 2011 +0200
description:
sieve-test tool: mixed up original and final envelope recipient in actual implementation.

diffstat:

 src/sieve-tools/sieve-test.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 78e92af7aa61 -r 027f450bd498 src/sieve-tools/sieve-test.c
--- a/src/sieve-tools/sieve-test.c	Wed Oct 05 18:45:10 2011 +0200
+++ b/src/sieve-tools/sieve-test.c	Wed Oct 05 19:03:28 2011 +0200
@@ -132,13 +132,13 @@
 	while ((c = sieve_tool_getopt(sieve_tool)) > 0) {
 		switch (c) {
 		case 'r':
+			/* final recipient address */
+			final_recipient = optarg;
+			break;
+		case 'a':
 			/* original recipient address */
 			recipient = optarg;
 			break;
-		case 'a':
-			/* final recipient address */
-			final_recipient = optarg;
-			break;
 		case 'f':
 			/* envelope sender address */
 			sender = optarg;


More information about the dovecot-cvs mailing list