summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9645f4)
raw | patch | inline | side by side (parent: a9645f4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 8 Jan 2002 11:57:12 +0000 (11:57 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index c0270b95ef51d8486fb25194617e3972a1419307..bdf1dfdc828b91099f31e71b9bf8e723747da4e9 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
# 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).
# 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)
#
# $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.
#