[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Fix comment about mixmaster options
Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv30456/lib/mixminion/server
Modified Files:
Modules.py
Log Message:
Fix comment about mixmaster options
Index: Modules.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/Modules.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Modules.py 8 Jan 2003 03:43:21 -0000 1.20
+++ Modules.py 8 Jan 2003 07:58:10 -0000 1.21
@@ -757,10 +757,9 @@
"""Implements SMTP by relaying messages via Mixmaster nodes. This
is kind of unreliable and kludgey, but it does allow us to
test mixminion by usingg Mixmaster nodes as exits."""
- # FFFF Mixmaster has tons of options. Maybe we should use 'em...
- # FFFF ... or maybe we should deliberately ignore them, since
- # FFFF this is only a temporary workaround until enough people
- # FFFF are running SMTP exit nodes
+ # (Mixmaster has tons of options, but we ignore them, since
+ # this is only a temporary workaround until enough people
+ # are running SMTP exit nodes.)
## Fields:
# server: The path (usually a single server) to use for outgoing messages.
# Multiple servers should be separated by commas.