Code

crying out for real configuration handling... :(
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 8 Jan 2002 11:57:12 +0000 (11:57 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 8 Jan 2002 11:57:12 +0000 (11:57 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@514 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi_client.py

index c0270b95ef51d8486fb25194617e3972a1419307..bdf1dfdc828b91099f31e71b9bf8e723747da4e9 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: cgi_client.py,v 1.92 2002-01-08 04:12:05 richard Exp $
+# $Id: cgi_client.py,v 1.93 2002-01-08 11:57:12 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -471,7 +471,7 @@ class Client:
         # handle the messageid
         # TODO: handle inreplyto
         messageid = "<%s.%s.%s@%s>"%(time.time(), random.random(),
-            self.classname, self.MAIL_DOMAIN)
+            self.classname, self.instance.MAIL_DOMAIN)
 
         # now create the message, attaching the files
         content = '\n'.join(m)
@@ -1180,6 +1180,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.92  2002/01/08 04:12:05  richard
+# Changed message-id format to "<%s.%s.%s%s@%s>" so it complies with RFC822
+#
 # Revision 1.91  2002/01/08 04:03:47  richard
 # I mucked the intent of the code up.
 #