public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20220704-16-g89f3b34
@ 2022-10-02 11:01 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2022-10-02 11:01 UTC (permalink / raw)
  To: cygwin-apps-cvs




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))


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

only message in thread, other threads:[~2022-10-02 11:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 11:01 [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20220704-16-g89f3b34 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).