Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv14826
Modified Files:
Defaults.py
Log Message:
Rearrange order.
Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Defaults.py 2001/10/11 15:24:47 1.65
+++ Defaults.py 2001/10/11 16:35:28 1.66
@@ -89,15 +89,6 @@
if not vars().has_key('MAIL_TRANSFER_AGENT'):
MAIL_TRANSFER_AGENT = "qmail"
-# RECIPIENT_DELIMITER
-# A single character which specifies the separator between user names
-# and address extensions (e.g, user-ext).
-# The default under qmail is `-', while the default for Sendmail and
-# friends is likely `+'.
-# Default is "-"
-if not vars().has_key('RECIPIENT_DELIMITER'):
- RECIPIENT_DELIMITER = "-"
-
# LOCAL_DELIVERY_AGENT
# The full path to the program used to deliver a sucessful message to
# your mailbox. Only necessary if you are NOT running qmail!
@@ -110,6 +101,15 @@
if MAIL_TRANSFER_AGENT != 'qmail' and not LOCAL_DELIVERY_AGENT:
print "Not running qmail: you must define LOCAL_DELIVERY_AGENT in",TMDARC
sys.exit(EX_TEMPFAIL)
+
+# RECIPIENT_DELIMITER
+# A single character which specifies the separator between user names
+# and address extensions (e.g, user-ext).
+# The default under qmail is `-', while the default for Sendmail and
+# friends is likely `+'.
+# Default is "-"
+if not vars().has_key('RECIPIENT_DELIMITER'):
+ RECIPIENT_DELIMITER = "-"
# SENDMAIL
# The path to the sendmail program, or sendmail compatibility
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|