TMDA 0.21 is released

"Jason R. Mastaler" <[email protected]> 18 Jun 2001 16:44:58 -0600
Newsgroups gmane.mail.spam.tmda.announce
Message-ID <[email protected]>
TMDA 0.21 is released.

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

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

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

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

New in this release:

* The .tmda-* files now support matching patterns based on UNIX
  shell-style wildcards.  See the file `UPGRADE' for upgrade
  instructions, as your global patterns will need to be modified
  slightly to support the new syntax.

* Miscellaneous bugfixes.

ChangeLogs follow:

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

2001-06-18  Jason R. Mastaler  <[email protected]>

        * README: TMDA 0.21 is released.

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

	* FAQ: Updated to reflect the new wildcard matching syntax.

	* UPGRADE: Ditto

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

	* Util.py (findmatch): Add support for custom matching syntax.
	@=domain.dom matches both @domain.dom and @*.domain.dom.  The
	rationale is that this situation is common enough to justify the
	special syntax.

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

	* Util.py (findmatch): Function re-written to support patterns
	based on Unix style wildcards.

2001-06-07  Jason R. Mastaler  <[email protected]>

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

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

	* tmda-filter (main): Lowercase the env sender, From and Reply-to
	before sending them into Util.findmatch because fnmatch does
	case-sensitive comparison on Unix.

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

	* tmda-filter (main): Use Util.findmatch instead of
	Util.substring_match.

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

	* tmda-filter (verify_dated_cookie): Check for the discard
	variable before calling bounce_dated() in all 3 cases.

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

	* tmda.spec: Raise version number to 0.21.

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

	* tmda.html: Updated to reflect the new wildcard matching syntax.

2001-06-07  Jason R. Mastaler  <[email protected]>

	* tmda.html: Updated documentation to release 0.20.

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