public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20220704-16-g89f3b34
Date: Sun,  2 Oct 2022 11:01:52 +0000 (GMT)	[thread overview]
Message-ID: <20221002110152.6FBED3858C2C@sourceware.org> (raw)




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

commit 89f3b347ea1d4a06c97f52d17f6643598e1c611a
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon Sep 26 13:02:37 2022 +0100

    Send emails with 'Reply-To' cygwin-apps
    
    Switch email From: back to cygwin-no-reply.  Using the cygwin-apps list
    email doesn't work well, as the list filters out bounces which appear to
    come from itself.
    
    Set Reply-To: instead, so replies go there.
    
    This reverts commit d047fed3d38af7a0307f46d74b0bf7e78eaaeda6 ("Change From: address to cygwin-apps")


Diff:
---
 calm/buffering_smtp_handler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calm/buffering_smtp_handler.py b/calm/buffering_smtp_handler.py
index 161438f..f6d5f34 100644
--- a/calm/buffering_smtp_handler.py
+++ b/calm/buffering_smtp_handler.py
@@ -40,7 +40,7 @@ class BufferingSMTPHandler(logging.handlers.BufferingHandler):
         logging.handlers.BufferingHandler.__init__(self, capacity=0)
         self.fromaddr = fromaddr
         self.toaddrs = toaddrs
-        self.replyto = replytoaddr
+        self.replytoaddr = replytoaddr
         self.subject = subject
         self.formatter = logging_format
         self.setFormatter(logging.Formatter(logging_format))


                 reply	other threads:[~2022-10-02 11:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221002110152.6FBED3858C2C@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).