tmda-cgi 0.12B "Magnesium" is released

Gre7g Luterman <[email protected]> Sun, 16 Nov 2003 11:51:08 -0700
Newsgroups gmane.mail.spam.tmda.announce
Message-ID <[email protected]>
tmda-cgi 0.12B "Magnesium" is released.

Get it from http://us.tmda.net/tmda-cgi/releases/tmda-cgi-0.12.tgz

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

What's new?

Autoinstaller can now handle qmail user names with dots in them.

Removed line wrapping to make it easier to read wide blocks of text in
various editors.

Bugfixes.

Extra privacy fixes.

Hacks to make tmda-cgi work with Python 2.3 and TMDA-0.81+.

Improved virtual domain guesser logic.

xams support.

By default, removed delete and blacklist options from the pending list
to discourage their use.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Here are the new additions to UPGRADE:

If you are upgrading from a release of tmda-cgi < 0.12:

* IF YOU ARE INSTALLING OVER AN EXISTING COPY OF tmda-cgi, DELETE
  skel/install/%\(Parent\)s/.qmail-* AND THEN REINSTALL.
  These files have been renamed and installing the new version over
  the old will result in extra files.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

ChangeLogs since release 0.11B

2003-11-16  Gre7g Luterman  <[email protected]>

        * Version 0.12B is released.

        * Added PendingList:ShowDelete and PendingList:ShowBlack (both
	  with default values of "No") to discourage deleting and
	  blacklisting from the pending list.  These can be re-enabled
	  in the defaults.ini or with the settings page.

        * Added a nasty hack to prevent import errors in Python 2.3.

2003-11-15  Gre7g Luterman  <[email protected]>

        * Changed timestamp call in dynamic address tester for
	  compatibility with new member function definition introduced
	  in TMDA 0.81.

        * tmda-cgi now requires TMDA 0.81.

2003-10-04  Gre7g Luterman  <[email protected]>

        * Caught an extra exception in Session.

        * Added a stub for xams.

        * Ignored GID returned by vpopmail's utilities.  It is not the
	  virtual user's GID.  It is a set of flags.

        * Applied a patch from Dario Gomes which makes select all for
	  SpamCop work correctly.

2003-09-22  Gre7g Luterman  <[email protected]>

        * Bugfix to avoid spilling errors if a message is repeatedly
	  deleted.

2003-08-23  Gre7g Luterman  <[email protected]>

        * Made sure users can only edit/view files in approved
	  directories.

2003-08-22  Gre7g Luterman  <[email protected]>

        * Improved virtual-user domain guesser logic.

2003-08-20  Gre7g Luterman  <[email protected]>

        * Before installing, check to see if we have write permission
	  to home directory.

        * Modified install skeleton so it defines HOSTNAME.

        * Changed umask before and after writing session file in /tmp
	  so that permissions are 0600.

2003-08-18  Gre7g Luterman  <[email protected]>

        * Applied a patch to configure for Bernard Johnson which I
	  believe is used in making RPMs.

        * Fixed list editor.  If a list cannot be found, the list
	  editor used to blow up.

2003-08-11  Gre7g Luterman  <[email protected]>

        * Modified autoinstaller so it can handle user names with dots
	  in them (qmail requires specific .qmail filenames!).

        * Added horizontal scrolls to text input boxes, so wide text
	  blocks can be more easily manipulated.