TMDA 0.88 "Decidedly" is released
"Jason R. Mastaler" <[email protected]> Wed, 12 Nov 2003 12:12:40 -0700 (MST)
| Newsgroups | gmane.mail.spam.tmda.announce |
|---|---|
| Message-ID | <[email protected]> |
TMDA 0.88 "Decidedly" is released. Get it from <URL:http://tmda.sourceforge.net/releases/tmda-0.88.tgz> With this release, TMDA is now feature frozen to prepare for the upcoming 1.0 release. You can help make the 1.0 release that much more solid by upgrading to this release now and reporting any problems you find. The more bugs we can catch and fix now, the better. ===================================================================== What's new? * Primarily bugfixes (see the ChangeLog entries below for details). * Packagers note that the htdocs directory now contains an 'img' subdirectory. ===================================================================== ChangeLogs since release 0.87 2003-11-12 Jason R. Mastaler <[email protected]> * TMDA 0.88 is released. 2003-11-11 Tim Legant <[email protected]> * AutoResponse.py (AutoResponse.__init__): Recreate incoming message using the full email.Parser.Parser rather than the HeaderParser. Substitute 'body suppressed" message if necessary before re-parsing. This allows us to attach the message object to the auto-response and allows Generator to correctly produce a message in send(), even if the original message contained an attachment of type message/rfc822. (AutoResponse.create): Moved code checking message size to __init__. 2003-10-14 Jason R. Mastaler <[email protected]> * Deliver.py (Deliver.__deliver_maildir): Use os.open() and os.fdopen() in place of __builtins__.open() to create the file. 2003-10-30 Jason R. Mastaler <[email protected]> * tmda-ofmipd (SMTPChannel.auth_notify_succeed): Add the authenticated username to the environment (LOGIN). 2003-10-16 Jason R. Mastaler <[email protected]> * tmda-ofmipd (quote_rcpts): Remove. (VDomainProxy.process_message): Pass a sequence rather than a string to Util.pipecmd() to avoid the shell. (TMDAProxy.process_message): Ditto.