Update of /cvsroot/tmda/tmda
In directory usw-pr-cvs1:/tmp/cvs-serv28477
Modified Files:
UPGRADE
Log Message:
Update minimum Python requirement for TMDA to version 2.1.2.
This is because the email package requires at least 2.1.2.
Versions prior to this contain a bug in rfc822.AddressList (which
email uses) where empty `<>' addresses are handled incorrectly which
can lead to parsing errors.
The downside is that many users use Python 2.1.1, as that's what
recent RedHat releases have shipped, and will have to upgrade.
The upside is that address parsing of incoming mail will be more
robust, which is very important given how malformed SPAM often is.
Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda/UPGRADE,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- UPGRADE 30 Jul 2002 03:58:56 -0000 1.61
+++ UPGRADE 13 Sep 2002 00:44:33 -0000 1.62
@@ -1,5 +1,12 @@
======================================================================
+If you are upgrading from a release of TMDA < 0.63:
+
+* Python version 2.1.2 or greater is now required. Upgrade at
+ <URL:http://www.python.org/download/>
+
+======================================================================
+
If you are upgrading from a release of TMDA < 0.59:
* TMDA's auto-replies now include your FULLNAME in the From: header
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs