[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Put off deprecating some options that werent added till...
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv22803/lib/mixminion
Modified Files:
ServerInfo.py
Log Message:
Put off deprecating some options that werent added till late in the dev cycle
Index: ServerInfo.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ServerInfo.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- ServerInfo.py 19 Nov 2003 09:48:09 -0000 1.62
+++ ServerInfo.py 20 Nov 2003 08:49:20 -0000 1.63
@@ -132,14 +132,14 @@
},
"Delivery/MBOX" : {
"Version": ("REQUIRE", None, None),
- # XXXX006 change to 'REQUIRE'
+ # XXXX007 change to 'REQUIRE'
"Maximum-Size": ("ALLOW", "int", "32"),
- # XXXX006 change to 'REQUIRE'
+ # XXXX007 change to 'REQUIRE'
"Allow-From": ("ALLOW", "boolean", "yes"),
},
"Delivery/SMTP" : {
"Version": ("REQUIRE", None, None),
- # XXXX006 change to 'REQUIRE'
+ # XXXX007 change to 'REQUIRE'
"Maximum-Size": ("ALLOW", "int", "32"),
"Allow-From": ("ALLOW", "boolean", "yes"),
},