CVS: tmda-cgi ChangeLog,1.49,1.50 GenAddr.py,1.4,1.5 THANKS,1.17,1.18

Gre7g Luterman <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv16894

Modified Files:
	ChangeLog GenAddr.py THANKS 
Log Message:
Caught an extra exception in the generate addresses module.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	23 Jul 2003 17:46:21 -0000	1.49
+++ ChangeLog	6 Aug 2003 02:14:02 -0000	1.50
@@ -1,3 +1,7 @@
+2003-08-05  Gre7g Luterman  <[email protected]>
+
+	* Caught an extra exception in the generate addresses module.
+
 2003-07-23  Gre7g Luterman  <[email protected]>
 
 	* Caught an extra exception in the configure program.

Index: GenAddr.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/GenAddr.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GenAddr.py	29 Apr 2003 18:53:30 -0000	1.4
+++ GenAddr.py	6 Aug 2003 02:14:02 -0000	1.5
@@ -151,7 +151,7 @@
     T[DestField] = PVars[("TestAddr", "To")] = \
       Address.Factory(tag = Tag).create(Base, Option).address
     PVars.Save()
-  except TypeError:
+  except (TypeError, UnboundLocalError):
     pass
 
   # Display template

Index: THANKS
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/THANKS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- THANKS	13 Jul 2003 18:43:34 -0000	1.17
+++ THANKS	6 Aug 2003 02:14:02 -0000	1.18
@@ -45,6 +45,8 @@
     * David K. Thompson -- suggestion to support spamassassin by adding an
 			   optional message filter
 
+    * Simeon Vlahov -- bug finding
+
     * Ronald Wiplinger -- providing Chinese spam and feedback on whether
                           tmda-cgi was rendering it correctly
 

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.