TMDA 0.92 "Kauai King" is released
"Jason R. Mastaler" <[email protected]> Wed, 10 Dec 2003 12:33:10 -0700 (MST)
| Newsgroups | gmane.mail.spam.tmda.announce |
|---|---|
| Message-ID | <[email protected]> |
TMDA 0.92 "Kauai King" is released. Get it from <URL:http://tmda.sourceforge.net/releases/tmda-0.92.tgz> ===================================================================== What's new? * Another bugfix release. This is a TMDA 1.0 release candidate if no more bugs are found within the next week or so. Please try this release and report any problems you have with it. * Fixed some tmda-pending/tmda-cgi parsing bugs, and also fixed a bug where the wrong address was being appended to the PENDING_*_APPEND files. ===================================================================== ChangeLogs since release 0.91 2003-12-10 Jason R. Mastaler <[email protected]> * TMDA 0.92 is released. 2003-12-10 Tim Legant <[email protected]> * Pending.py (Message.show): Change implementation to catch failure to Generate and re-parse the message using HeaderParser. (Message.release): Call self.show() instead of Util.msg_as_string(). (Message.summary): Ditto. 2003-12-09 Jason R. Mastaler <[email protected]> * Pending.py (Message.initMessage): Remove unnecessary method, and move that code into Message.__init__. (Message.__init__): New variables x_primary_address and append_address. (Message.release): Append append_address instead of return_path. (Message.delete): Ditto. (Message.whitelist): Ditto. (Message.blacklist): Ditto. (Queue.mainLoop): Remove call to Message.initMessage(). (Message.release): Ditto. (Message.delete): Ditto. (Message.whitelist): Ditto. (Message.blacklist): Ditto.