Issue 502988
Created on 2002-01-13 13:17 by grubert, last changed 2002-01-14 03:36 by richard.
msg139 |
Author: [hidden] (grubert) |
Date: 2002-01-13 13:17 |
|
474:cgi_client.py
messageid =
"<%s.%s.%s@%s>"%(time.time(), random.random(),
self.classname, self.instance.MAIL_DOMAIN)
435:mailgw.py
messageid = "<%s.%s.%s%s@%s>"%(time.time(),
random.random(),
classname, nodeid,
self.MAIL_DOMAIN)
335:roundupdb.py
messageid =
"<%s.%s.%s%s@%s>"%(time.time(), random.random(),
self.classname, nodeid, self.MAIL_DOMAIN)
shouldnt this be
self.instance.MAIL_DOMAIN always ?
|
msg140 |
Author: [hidden] (richard) |
Date: 2002-01-13 20:00 |
|
Logged In: YES
user_id=6405
Yes - though in many places it's not going to be easy.
|
msg141 |
Author: [hidden] (richard) |
Date: 2002-01-14 03:36 |
|
Logged In: YES
user_id=6405
This should be fixed in the latest checkin.
|
|
Date |
User |
Action |
Args |
2002-01-13 13:17:22 | grubert | create | |
|