CVS: tmda-cgi ChangeLog,1.62,1.63 Session.py,1.37,1.38

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-serv12044

Modified Files:
	ChangeLog Session.py 
Log Message:
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.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	4 Oct 2003 21:54:56 -0000	1.62
+++ ChangeLog	4 Oct 2003 21:58:26 -0000	1.63
@@ -1,5 +1,12 @@
 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.
 

Index: Session.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Session.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Session.py	23 Aug 2003 18:55:52 -0000	1.37
+++ Session.py	4 Oct 2003 21:58:26 -0000	1.38
@@ -286,7 +286,7 @@
       F = open(Filename)
       self.PVars = pickle.load(F)
       F.close()
-    except (IOError, EOFError):
+    except (IOError, EOFError, OSError):
       pass
     os.chdir(CWD)
 

_______________________________________
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.