[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Add message about Base64 encoding



Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv23899/lib/mixminion/server

Modified Files:
	Modules.py 
Log Message:
Add message about Base64 encoding

Index: Modules.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/Modules.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Modules.py	7 Jan 2003 03:31:30 -0000	1.17
+++ Modules.py	7 Jan 2003 05:33:07 -0000	1.18
@@ -900,6 +900,10 @@
 This message is compressed with zlib.  Ordinarily, I would have decompressed
 it, but it was compressed by more than a factor of 20, which makes me nervous.
 \n"""
+    elif code == 'BIN':
+        junk_msg = """\
+This message contains nonprinting characters, so I encoded it with Base64
+before sending it to you.\n\n"""
     else:
         junk_msg = ""