TMDA 0.91 "Lucky Debonair" is released
"Jason R. Mastaler" <[email protected]> Wed, 03 Dec 2003 17:37:33 -0700 (MST)
| Newsgroups | gmane.mail.spam.tmda.announce |
|---|---|
| Message-ID | <[email protected]> |
TMDA 0.91 "Lucky Debonair" is released. Get it from <URL:http://tmda.sourceforge.net/releases/tmda-0.91.tgz> ===================================================================== What's new? * Fixed a bug which broke TMDA when AUTORESPONSE_INCLUDE_SENDER_COPY was set to 1 (include headers only). ===================================================================== ChangeLogs since release 0.90 2003-12-03 Jason R. Mastaler <[email protected]> * TMDA 0.91 is released. 2003-12-03 Jason R. Mastaler <[email protected]> * AutoResponse.py (AutoResponse.create): Add an RFC 2183 Content-Disposition = 'inline' header to the main header of the message, as well as each of the MIME bodyparts if AUTORESPONSE_INCLUDE_SENDER_COPY is a positive value. (AutoResponse.create): Add a default charset for get_charsets() to fall back to in case the triggering message lacks its own charset parameter. 2003-12-03 Tim Legant <[email protected]> * AutoResponse.py (AutoResponse.__init__): Made msgin_as_string a member (instead of a local). It was once a member, then switched to a local with the change of 2003-11-11. Then the change of 2003-11-16 used it in create, but it wasn't changed back to a member.