CVS: tmda-cgi ChangeLog,1.47,1.48 PendList.py,1.23,1.24 Release.py,1.10,1.11
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-serv3702 Modified Files: ChangeLog PendList.py Release.py Log Message: Fixed some of Jim's type-o's. Fixed a stub reference I broke. Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 13 Jul 2003 18:43:34 -0000 1.47 +++ ChangeLog 14 Jul 2003 21:15:20 -0000 1.48 @@ -1,3 +1,7 @@ +2003-07-14 Gre7g Luterman <[email protected]> + + * Fixed some of Jim's type-o's. Fixed a stub reference I broke. + 2003-07-13 Gre7g Luterman <[email protected]> * Completed mailing list tutorial. Index: PendList.py =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/PendList.py,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- PendList.py 9 Jul 2003 03:33:33 -0000 1.23 +++ PendList.py 14 Jul 2003 21:15:20 -0000 1.24 @@ -73,7 +73,7 @@ DeleteList.append(MsgObj) elif Form["a%d" % Count].value == "whitelist": WhiteList.append(MsgObj) - ReleaseList.append( thisMsgId ) + ReleaseList.append(MsgObj) elif Form["a%d" % Count].value == "blacklist": BlackList.append(MsgObj) DeleteList.append(MsgObj) @@ -118,7 +118,7 @@ DeleteList.append( MsgObj ) elif Form.has_key("WhitelistButton"): WhiteList.append( MsgObj ) - ReleaseList.append( thisMsgId ) + ReleaseList.append( MsgObj ) elif Form.has_key("ReportButton"): OtherAction = "Report" OtherList.append( MsgObj ) @@ -130,7 +130,7 @@ DeleteList.append( MsgObj ) elif OtherAction == "Whitelist": WhiteList.append( MsgObj ) - ReleaseList.append( thisMsgId ) + ReleaseList.append( MsgObj ) elif OtherAction == "Blacklist": BlackList.append( MsgObj ) DeleteList.append( MsgObj ) Index: Release.py =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/Release.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Release.py 25 Jun 2003 17:12:26 -0000 1.10 +++ Release.py 14 Jul 2003 21:15:20 -0000 1.11 @@ -112,7 +112,7 @@ "TMDA_VLOOKUP = %s" % os.environ["TMDA_VLOOKUP"], """Contact this message's sender by an alternate means and inform them of this error, or try confirming your message using an alternate method.""") - Home, UID, GID = Sandbox["getuserparams"](List) + Home, UID, GID = Sandbox["getuserparams"](List)[0:3] else: Home, UID, GID = Util.getuserparams(pwd.getpwuid(UID)[0]) except KeyError: _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs