You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2005/10/15 23:52:27 UTC

svn commit: r321501 - /httpd/mod_smtpd/trunk/STATUS

Author: soc-rian
Date: Sat Oct 15 14:52:25 2005
New Revision: 321501

URL: http://svn.apache.org/viewcvs?rev=321501&view=rev
Log:
Updated todo list

Modified:
    httpd/mod_smtpd/trunk/STATUS

Modified: httpd/mod_smtpd/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/STATUS?rev=321501&r1=321500&r2=321501&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/STATUS (original)
+++ httpd/mod_smtpd/trunk/STATUS Sat Oct 15 14:52:25 2005
@@ -28,11 +28,17 @@
 
 TODO ISSUES:
 
-  Some bugs still with header parsing (not necessarily bugs in mod_smtpd),
-  namely weird behavior when receiving a multiline header after the data
-  command.
+   There is reason to change the mod_smtpd hooks from APR_OPTIONAL
+   to regular hooks and a regular RUN_ALL.
+
+   Add an "authorized" flag to smtpd_conn_rec.
+
+   Change the mail and rcpt hooks to parse the email address and
+   send the options after the mail and rcpt commands with the hook.
+
+   The queue hook should be multiplexed: Calling the queue hook
+   once for each rcpt.
 
 WISH LIST:
 
-  In order of preference: some adequate documention, some cool plugins,
-  and some users.
+   Documentation!!