]> cygwin.com Git - cygwin-apps/calm.git/commitdiff
Tweak From: in an announce email
authorJon Turney <jon.turney@dronecode.org.uk>
Sun, 3 Sep 2023 15:09:56 +0000 (16:09 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Mon, 4 Sep 2023 12:26:33 +0000 (13:26 +0100)
calm/calm.py

index 45fa09bd67a306cb6a6f489ca0a718c610b067c9..22b0a7a8e5806e8b13fee00e61159135d1572451 100755 (executable)
@@ -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)
This page took 0.029521 seconds and 5 git commands to generate.