Branko Čibej <[EMAIL PROTECTED]> writes: > May I suggest you resend this patch, using "svn diff" instead of "diff > -pur" to create it? You're diffing the SVN administrative directory...
Thanks. Here's another patch to add a skeleton STATUS file, using svn diff this time. Index: STATUS =================================================================== --- STATUS (revision 0) +++ STATUS (revision 0) @@ -0,0 +1,49 @@ +mod_smtpd STATUS: -*-text-*- +Last modified at [$Date: $] + +The current version of this file can be found at: + + * http://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/STATUS + + +Release history: + + 0.9 under development. + + +Contributors looking for a mission: + + * Just do an egrep on "TODO" or "XXX" in the source. + + * Review the bug database at: http://issues.apache.org/bugzilla/ + + * Open bugs in the bug database. + + +CURRENT RELEASE NOTES: + + Virtual hosts a'la mod_ftpd don't work. + + +RELEASE SHOWSTOPPERS: + + + smtp_process_connection_internal should take a "smtp_proto_rec" argument + (which is what the current "smtp_request_rec" struct should be renamed to). + + +CURRENT VOTES: + + +TODO ISSUES: + + The request i/o is driven around ap_rgetline, when it really + should be using input filters. + + +WISH LIST: + + Link against libapreq2 so we can use its header and multipart parsers. + apreq's header parser would help in implementing rfc2821 loop-detection, + and in providing the header collection as r->headers_in for "data" + hooks to examine. -- Joe Schaefer