TMDA 0.36 is released

"Jason R. Mastaler" <[email protected]> Thu, 13 Sep 2001 17:49:48 -0600
Newsgroups gmane.mail.spam.tmda.announce
Message-ID <[email protected]>
TMDA 0.36 is released.  Consult the `UPGRADE' file.

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

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

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

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

New in this release:

* A new list file REVOKED_FILE defaulting to ~/.tmda/lists/revoked
  which contains recipient e-mail addresses that have been "revoked".
  If this file exists, tmda-filter will compare its contents with the
  envelope recipient address; if there is a match, the message is
  bounced.  BOUNCE_REVOKED_CC is an optional e-mail address that
  receives a copy of the bounced message.

  Typical use of this feature might be to revoke a 'dated' address
  with a long time frame (e.g, 1 year) that has been accidentally
  disseminated and harvested.

* A new sendmail compatibility wrapper ``tmda-sendmail''.  This was
  added to support MUAs which can't call tmda-inject directly since
  they hardcode sendmail-specific command options.  The documentation
  has been updated accordingly.

* tmda-keygen now has a "batch" (-b) command-line option which outputs
  only the CRYPT_KEY line.  This makes it easier to programmatically
  generate multiple keys.

* Bugfixes.

ChangeLogs follow:

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

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

	* README: TMDA 0.36 is released.

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

	* Defaults.py (REVOKED_FILE): New variable pointing to the file
	which contains "revoked" recipient addresses.

	(BOUNCE_REVOKED_CC): New variable specifying the address to CC
	"revoked" bounces.

2001-09-12  Jason R. Mastaler  <[email protected]>

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

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

	* tmda-filter (main): Support a "revoked" list of recipient
	addresses that are to be bounced.

	* tmda-sendmail (usage): Compact the options with list expansion
	for brevity.  Thanks to Ron Bickers for the hint.

2001-09-12  Jason R. Mastaler  <[email protected]>

	* tmda-keygen (usage): Add a "batch" (-b) option to output only
	the CRYPT_KEY line.

	* tmda-inject (main): Add some error checking.  tmda-inject was
	failing when the message contained no "From:" header.

	* tmda-sendmail: New program.  A sendmail compatibility wrapper
	adapted from qmail's sendmail.c.

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

	* sample.tmdarc: Add REVOKED_FILE and BOUNCE_REVOKED_CC.

2001-09-12  Jason R. Mastaler  <[email protected]>

	* tmda.spec: Raise version number to 0.36.

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

	* tmda.html: Change download locations for nightly snapshots and
	old-releases, as SF is discontinuing FTP services.