TMDA 0.32 is released

"Jason R. Mastaler" <[email protected]> Thu, 23 Aug 2001 19:04:17 -0600
Newsgroups gmane.mail.spam.tmda.announce
Message-ID <[email protected]>
TMDA 0.32 is released.  

Download:
---------
gzipped tarball:
<URL:http://prdownloads.sf.net/tmda/tmda-0.32.tgz>

Linux source RPM:
<URL:http://prdownloads.sf.net/tmda/tmda-0.32-1.src.rpm>

RedHat Linux 7.x binary RPM:
<URL:http://prdownloads.sf.net/tmda/tmda-0.32-1.noarch.rpm>

=====================================================================

New in this release:

* Messages that match the blacklist are now silently dropped instead
  of bounced.

* New timeout intervals are available, `Y' for years, and `M' for
  months.

* The address used to create the tagged address is now taken from the
  message's From: header, if available.  Otherwise, the .tmdarc
  settings are used as before.  Also, cookies are now appended onto
  your existing address.  For example, tmda-inject will now rewrite
  <[email protected]> to <[email protected]>.

* Added a feature tmda-filter which allows mail that matches a regular
  expression listed in SACRED_FILE to go through.  This allows you to
  receive mail about: "car.*accident" or "heidi(.|[\n])*klum" for
  example regardless of its sender.

* tmda-dated-address and tmda-sender-address now have an additional
  option (`-a') used to specify the address to base the tagging on
  vs. the default USERNAME/HOSTNAME settings.

* Bugfixes.

ChangeLogs follow:

=====================================================================

2001-08-23  Jason R. Mastaler  <[email protected]>

	* INSTALL: Added usage reporting information.

2001-08-15  Jason R. Mastaler  <[email protected]>

	* FAQ: Added link to Einar Bordewich's TMDA configuation posted to
	tmda-list.

2001-08-21  Jason R. Mastaler  <[email protected]>

	* Defaults.py (SACRED_FILE): New variable pointing to a filename
	which contains a list of sacred keywords, the prescence of which
	automatically zaps the mail into your mailbox.
	Patch contributed by Binesh Bannerjee.

2001-08-15  Jason R. Mastaler  <[email protected]>

	* Util.py (format_timeout): Added `Y' for years, and `M' for
	months.

	(seconds): Ditto.

2001-08-13  Jason R. Mastaler  <[email protected]>

	* Defaults.py (TMDA_VERSION): Begin 0.32 development.

2001-08-23  Jason R. Mastaler  <[email protected]>

	* tmda-filter (bouncegen): Add support for Debian Linux packages
	whose conffiles need to live in /etc/tmda/.

2001-08-21  Jason R. Mastaler  <[email protected]>

	* tmda-sender-address: Don't need the string module here.

	* tmda-dated-address: Ditto.

	* tmda-dated-address (address): Bugfix: Don't split the address
	just yet.

	* tmda-sender-address (address): Ditto.

	* tmda-filter (main): Allow ANY mail that has a certain regular
	expression to go through. So, let's say you wanted any mail about
	car.*accident to come through, you can do so.
	Defaults.SACRED_FILE contains the regular expressions.
	Patch contributed by Binesh Bannerjee.

2001-08-20  Jason R. Mastaler  <[email protected]>

	* tmda-filter (main): Silently drop messages that match the
	blacklist instead of bouncing it back to sender.

	* tmda-inject (main): If recipients are provided as command line
	arguments, tmda-inject now uses those to send the message.
	Otherwise, the header addresses are used as before.  Also, the
	from address used to create the tagged address is now taken from
	the message's From: header, if available.  Otherwise, the .tmdarc
	settings are used as before.
	Patch contributed by Ron Bickers.

	(main): Add error checking for bogus/malformed From: headers.

	(main): Don't set QMAILNAME in the environment if the From: header
	is lacking the user's full name.

	* tmda-dated-address: Add an option to specify the address to base
	the tagging on vs. the default USERNAME/HOSTNAME settings.
	Patch contributed by Ron Bickers.

	* tmda-sender-address: Ditto.

2001-08-15  Jason R. Mastaler  <[email protected]>

	* tmda-clean: Added months (M) and years (Y).

2001-08-13  Jason R. Mastaler  <[email protected]>

	* tmda.spec: Raise version number to 0.32.

=====================================================================