Skip to content

Commit bfe11e8

Browse files
author
Richard Jones
committed
crying out for real configuration handling... :(
1 parent 78e80b8 commit bfe11e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/cgi_client.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: cgi_client.py,v 1.92 2002-01-08 04:12:05 richard Exp $
18+
# $Id: cgi_client.py,v 1.93 2002-01-08 11:57:12 richard Exp $
1919

2020
__doc__ = """
2121
WWW request handler (also used in the stand-alone server).
@@ -471,7 +471,7 @@ def _handle_message(self):
471471
# handle the messageid
472472
# TODO: handle inreplyto
473473
messageid = "<%s.%s.%s@%s>"%(time.time(), random.random(),
474-
self.classname, self.MAIL_DOMAIN)
474+
self.classname, self.instance.MAIL_DOMAIN)
475475

476476
# now create the message, attaching the files
477477
content = '\n'.join(m)
@@ -1180,6 +1180,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
11801180

11811181
#
11821182
# $Log: not supported by cvs2svn $
1183+
# Revision 1.92 2002/01/08 04:12:05 richard
1184+
# Changed message-id format to "<%s.%s.%s%s@%s>" so it complies with RFC822
1185+
#
11831186
# Revision 1.91 2002/01/08 04:03:47 richard
11841187
# I mucked the intent of the code up.
11851188
#

0 commit comments

Comments
 (0)