From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 4D770385842C; Mon, 4 Sep 2023 12:43:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D770385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693831413; bh=TACrntbneWD3ZEmlMoZNu2O/5ASttpQ1E2eH7HGYdrI=; h=To:Subject:Date:From:From; b=qhQ+4PmZAX3/IsUi1I74/PDLFPrugjOWkvs2UmDJHbWY75BFxO9mUgEJgZ+IqVz+v e81obE/kl/iES8bzKuI4Vt6nq1BBYTvtQG3tvXVPEb4C0/yvd7iUGZ3nEewDnYfExV dfEyGmaNu3YOgcRmrrw7afq6vSR1czarue7iBX5c= To: cygwin-apps-cvs@sourceware.org Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-40-g0bebae9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f5a68e0073ccfa5e7b339d77d77376b134961f99 X-Git-Newrev: 0bebae98d999bdbcec5588834f39ced25e141925 Message-Id: <20230904124333.4D770385842C@sourceware.org> Date: Mon, 4 Sep 2023 12:43:33 +0000 (GMT) From: Jon Turney List-Id: https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=0bebae98d999bdbcec5588834f39ced25e141925 commit 0bebae98d999bdbcec5588834f39ced25e141925 Author: Jon Turney Date: Sun Sep 3 16:09:56 2023 +0100 Tweak From: in an announce email Diff: --- calm/calm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calm/calm.py b/calm/calm.py index 45fa09b..22b0a7a 100755 --- a/calm/calm.py +++ b/calm/calm.py @@ -283,9 +283,12 @@ def _announce_upload(args, scan_result, maintainer, announce): # TODO: maybe other mechanisms for getting package ChangeLog? # NEWS inside upstream source tarball? + # TODO: store initial msgid for a package, so we can do in-reply-to and thus + # allow threading of announces for that package + # build the email hdr = {} - hdr['From'] = maintainer.name + ' via Cygwin package uploader ' + hdr['From'] = maintainer.name + ' ' hdr['To'] = 'cygwin-announce@cygwin.com' hdr['Reply-To'] = 'cygwin@cygwin.com' hdr['Bcc'] = ','.join(maintainer.email)