projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4efb71
)
Oops, fix generated messageid to include <>
author
Magnus Hagander
<magnus@hagander.net>
Tue, 25 Sep 2018 08:52:35 +0000
(10:52 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 25 Sep 2018 08:52:35 +0000
(10:52 +0200)
pgweb/misc/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/misc/views.py
b/pgweb/misc/views.py
index 72acacb3adae79d744da6d9d5c069ca179b1c68e..0cd7c861273510dc1a4c2183bc6e4ef5695c41aa 100644
(file)
--- a/
pgweb/misc/views.py
+++ b/
pgweb/misc/views.py
@@
-16,7
+16,7
@@
from pgweb.core.models import Version
from forms import SubmitBugForm
def _make_bugs_messageid(bugid):
- return "
{0}-{1}@postgresql.org
".format(
+ return "
<{0}-{1}@postgresql.org>
".format(
bugid,
hashlib.md5("{0}-{1}".format(os.getpid(), time.time())).hexdigest()[:16],
)