serge 01/06/15 20:13:15 Modified: src/xdocs todo.xml Log: Added support for the "gateway" parameter. This is an optional single hostname/ip address that ALL outgoing email can be routed to. Revision Changes Path 1.3 +1 -1 jakarta-james/src/xdocs/todo.xml Index: todo.xml =================================================================== RCS file: /home/cvs/jakarta-james/src/xdocs/todo.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todo.xml 2001/05/17 16:50:15 1.2 +++ todo.xml 2001/06/16 03:13:13 1.3 @@ -25,7 +25,7 @@ <section name="Medium Priority"> <p>Enable multiple domains/ virtual hosting</p> <p>Rewrite SMTP and POP3 handlers to use streams not MimeMessage objects</p> -<p>Let RemoteDelivery send all messages to a single remote server (acting like a gateway, relay or 'smart' host) </p> +<p>Let RemoteDelivery send all messages to a single remote server (acting like a gateway, relay or 'smart' host) <b>Done in CVS</b></p> <p>Improve exception management in RemoteDelivery mailet and general notices of why delivery failures occur.</p> <p>Add support for regex inside most matchers and thereby consolidate a few of them.</p> <p>Write more documentation. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
