dovecot-2.0-pigeonhole: Modified TODO item.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Aug 30 03:37:14 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/ef3d551586f9
changeset: 1397:ef3d551586f9
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Aug 30 02:37:07 2010 +0200
description:
Modified TODO item.

diffstat:

 TODO                       |  4 ++--
 src/lib-sieve/ext-reject.c |  2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r bb69691ffac2 -r ef3d551586f9 TODO
--- a/TODO	Mon Aug 30 02:33:26 2010 +0200
+++ b/TODO	Mon Aug 30 02:37:07 2010 +0200
@@ -11,8 +11,8 @@
 
 * ## MAKE A SECOND RELEASE (0.2.x) ##
 
-* Unfinished new extensions:
-	- Finish the ereject extension
+* Finish the ereject extension
+	- Make reject/ereject use the LDA reject interface when available
 * Improve error handling. 
 	- Implement dropping errors in the user's mailbox as a mail message.
 * Add normalize() method to comparators to normalize the string before matching
diff -r bb69691ffac2 -r ef3d551586f9 src/lib-sieve/ext-reject.c
--- a/src/lib-sieve/ext-reject.c	Mon Aug 30 02:33:26 2010 +0200
+++ b/src/lib-sieve/ext-reject.c	Mon Aug 30 02:37:07 2010 +0200
@@ -383,6 +383,8 @@
 	*keep = FALSE;
 }
 
+/* FIXME: use LDA reject interface when available */
+
 static bool act_reject_send	
 (const struct sieve_action_exec_env *aenv, struct act_reject_context *ctx,
 	const char *sender, const char *recipient)


More information about the dovecot-cvs mailing list