mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Oops, fix generated messageid to include <>
This commit is contained in:
@ -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],
|
||||
)
|
||||
|
Reference in New Issue
Block a user