[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Earlier validation for some configuration values
Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv24795/lib/mixminion/server
Modified Files:
Modules.py
Log Message:
Earlier validation for some configuration values
Index: Modules.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/Modules.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Modules.py 3 Jan 2004 07:35:24 -0000 1.68
+++ Modules.py 8 Jan 2004 23:07:32 -0000 1.69
@@ -1011,7 +1011,7 @@
{ 'Enabled' : ('REQUIRE', "boolean", "no"),
'Retry': ('ALLOW', "intervalList",
"7 hours for 6 days"),
- 'AddressFile' : ('ALLOW', None, None),
+ 'AddressFile' : ('ALLOW', "filename", None),
'ReturnAddress' : ('ALLOW', None, None),
'RemoveContact' : ('ALLOW', None, None),
'AllowFromAddress' : ('ALLOW', "boolean", 'yes'),
@@ -1176,7 +1176,7 @@
{ 'Enabled' : ('REQUIRE', "boolean", "no"),
'Retry': ('ALLOW', "intervalList",
"7 hours for 6 days"),
- 'BlacklistFile' : ('ALLOW', None, None),
+ 'BlacklistFile' : ('ALLOW', "filename", None),
'SMTPServer' : ('ALLOW', None, 'localhost'),
'AllowFromAddress': ('ALLOW', "boolean", "yes"),
'Message' : ('ALLOW', None, ""),