[Nym3-commit] r137 - in trunk/nym3: . Server
laurent at komite.net
laurent at komite.net
Tue Dec 21 17:33:35 CET 2004
Author: laurent
Date: 2004-12-21 17:33:34 +0100 (Tue, 21 Dec 2004)
New Revision: 137
Modified:
trunk/nym3/Server/Main.py
trunk/nym3/TODO
Log:
Cosmetic changes.
Modified: trunk/nym3/Server/Main.py
===================================================================
--- trunk/nym3/Server/Main.py 2004-12-17 00:16:14 UTC (rev 136)
+++ trunk/nym3/Server/Main.py 2004-12-21 16:33:34 UTC (rev 137)
@@ -17,7 +17,7 @@
def processIncoming(localpart, msg):
- """Process incoming mail
+ """Process incoming mail from the MTA
- identifies the nym the mail is addressed to
- checks whether the new mail violates its quota
- finally stores the message """
@@ -36,7 +36,7 @@
sys.exit(0)
def processMessage(msg):
- """process incoming control message
+ """process incoming control message from the Mixminion serveur
- verifies signature
- parse the message into header + sequence on control commands
- run appropriate actions"""
@@ -71,7 +71,7 @@
if(nymUser == None):
#TODO send an Error message to the client when surbs become available?
#for the time being just ignore
- print "All nyms proposed in the list were already attribuated"
+ print "All nyms proposed in the list were already attributed"
raise MyException()
del(comList[idx])
break
Modified: trunk/nym3/TODO
===================================================================
--- trunk/nym3/TODO 2004-12-17 00:16:14 UTC (rev 136)
+++ trunk/nym3/TODO 2004-12-21 16:33:34 UTC (rev 137)
@@ -44,7 +44,7 @@
- Look at the tag class. It was supposed to provide a nice shortcut for a user
to identify his accounts. But it might be just some dirty hack. Ignore it
to begin with, propose a nicer solution if type the whole account name is too
- trouble some
+ troublesome
JR:
o look at the crypto module of mixminion
More information about the Nym3-commit
mailing list