TMDA 0.35 is released
"Jason R. Mastaler" <[email protected]> Mon, 10 Sep 2001 17:32:44 -0600
| Newsgroups | gmane.mail.spam.tmda.announce |
|---|---|
| Message-ID | <[email protected]> |
TMDA 0.35 is released. Read `UPGRADE'. Download: --------- gzipped tarball: <URL:http://prdownloads.sf.net/tmda/tmda-0.35.tgz> Linux source RPM: <URL:http://prdownloads.sf.net/tmda/tmda-0.35-1.src.rpm> RedHat Linux 7.x binary RPM: <URL:http://prdownloads.sf.net/tmda/tmda-0.35-1.noarch.rpm> ===================================================================== New in this release: * If you set "WHITELIST_AUTO_APPEND = 1" in your .tmdarc, once a sender confirms a message, their e-mail address will be automatically appended to WHITELIST. * tmda-filter will now exclude the original message's body from the confirmation request/acceptance notices if it is larger than 50KB. This size is configurable via CONFIRM_MAX_MESSAGE_SIZE. * tmda-filter now adds a "Precedence: bulk" header to outgoing confirmation request/acceptance messages. * Bugfixes. ChangeLogs follow: ===================================================================== 2001-09-10 Jason R. Mastaler <[email protected]> * README: TMDA 0.35 is released. 2001-08-29 Jason R. Mastaler <[email protected]> * FAQ: Added tmda-clean info. 2001-09-10 Jason R. Mastaler <[email protected]> * Defaults.py (WHITELIST_TO_BARE): Turn on by default. 2001-09-05 Jason R. Mastaler <[email protected]> * Defaults.py (WHITELIST_AUTO_APPEND): New variable to toggle whether tmda-filter should automatically append a confirming sender's address to the WHITELIST. * Util.py (append_to_file): New function which appends a string to a textfile. 2001-09-04 Jason R. Mastaler <[email protected]> * Defaults.py (CONFIRM_MAX_MESSAGE_SIZE): New variable that specifies the maximum size the a message can be before its body is excluded from the confirmation request/acceptance notices. (CONFIRM_MAX_MESSAGE_SIZE): Change default to 50000 bytes. 2001-09-01 Jason R. Mastaler <[email protected]> * Defaults.py (TMDA_HOMEPAGE): Use sf.net instead of sourceforge.net (shorter alias). 2001-08-29 Jason R. Mastaler <[email protected]> * Defaults.py (TMDA_VERSION): Begin 0.35 development. 2001-09-05 Jason R. Mastaler <[email protected]> * tmda-filter (locate_pending): Support WHITELIST_AUTO_APPEND. 2001-09-04 Jason R. Mastaler <[email protected]> * tmda-filter (bouncegen): Add `original_message_headers' as an additional variable to be optionally used in templates. (bouncegen): If the message's size is greater than CONFIRM_MAX_MESSAGE_SIZE, exclude the message body from `original_message'. 2001-09-01 Jason R. Mastaler <[email protected]> * tmda-inject (usage): Accept an `-f' option, but don't do anything with it. 2001-08-30 Jason R. Mastaler <[email protected]> * tmda-filter (send_bounce): Add a "Precedence: bulk" header to outgoing confirmation request/acceptance messages. 2001-08-29 Jason R. Mastaler <[email protected]> * tmda-filter (auto_reply): Don't auto-reply to a message with a "Precedence: list" header either. 2001-09-10 Jason R. Mastaler <[email protected]> * sample.tmdarc: Change default value for WHITELIST_TO_BARE to on. 2001-09-05 Jason R. Mastaler <[email protected]> * sample.tmdarc: Add WHITELIST_AUTO_APPEND. Add SACRED_FILE. .txt suffix depreciated for "lists" files. 2001-09-04 Jason R. Mastaler <[email protected]> * sample.tmdarc: Add CONFIRM_MAX_MESSAGE_SIZE. 2001-08-29 Jason R. Mastaler <[email protected]> * tmda.spec: Raise version number to 0.35. 2001-09-10 Jason R. Mastaler <[email protected]> * tmda.html: Added a link to _The qmail Handbook_. 2001-09-04 Jason R. Mastaler <[email protected]> * tmda.html: Changed "test" target to [email protected]. Update Debian package URL. 2001-09-01 Jason R. Mastaler <[email protected]> * tmda.html: Add Debian Package download.