public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-40-g0bebae9
@ 2023-09-04 12:43 Jon Turney
  0 siblings, 0 replies; only message in thread
From: Jon Turney @ 2023-09-04 12:43 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=0bebae98d999bdbcec5588834f39ced25e141925

commit 0bebae98d999bdbcec5588834f39ced25e141925
Author: Jon Turney <jon.turney@dronecode.org.uk>
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 <cygwin-no-reply@cygwin.com>'
+    hdr['From'] = maintainer.name + ' <cygwin-no-reply@cygwin.com>'
     hdr['To'] = 'cygwin-announce@cygwin.com'
     hdr['Reply-To'] = 'cygwin@cygwin.com'
     hdr['Bcc'] = ','.join(maintainer.email)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-04 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04 12:43 [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209-40-g0bebae9 Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).