[dovecot-cvs] dovecot TODO,1.31,1.32

cras at procontrol.fi cras at procontrol.fi
Fri Dec 27 18:03:03 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv5882

Modified Files:
	TODO 
Log Message:
updated



Index: TODO
===================================================================
RCS file: /home/cvs/dovecot/TODO,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- TODO	22 Dec 2002 16:51:34 -0000	1.31
+++ TODO	27 Dec 2002 16:03:01 -0000	1.32
@@ -15,8 +15,7 @@
     - SIGHUP didn't update imap_listen. this is a bit annoying to fix though,
       since new listen() may fail for a few times because auth processes may
       not die immediately..
-    - if user tries to create huge subfolder hierarchy we start truncating
-      them. rather give error message instead.
+    - SIGHUP doesn't update log file location.
     - We can use Linux sendfile() up to 2GB, after that we get EOVERFLOW and
       fail. We should rather fallback to mmap+write at that point.
 
@@ -34,6 +33,9 @@
       failures aren't handled too well. Rather should be handled in similiar
       way to locking failures, so that at least we don't try to rebuild the
       index because of it.
+    - limit folder hierarchy levels? user can now create eg. a/a/a/a/...
+      and then start renaming them from end to beginning, which probably will
+      at some point start causing syscall failures which will fill up logs.
     - fsck should check binary tree
 
  - checks:




More information about the dovecot-cvs mailing list