At Thu, 15 Jun 2017 09:27:58 -0700 Mark Sapiro <m...@msapiro.net> wrote:
> > On 06/15/2017 04:36 AM, Frank Elsner wrote: > > > > running mailman-2.1.12-26.el6.x86_64 under Red Hat Enterprise Linux Server > > release 6.9 > > we have trouble with the "Reply-To:" header settings. > > > > The list config contains > > > > first_strip_reply_to = 1 > > reply_goes_to_list = 2 > > reply_to_address = 'redac...@mailbox.tu-berlin.de' > > > > but mails going though the list have no "Reply-To:" line in header. > > > Please see <https://wiki.list.org/x/12812344>. Then contact RedHat about > what appears to be a bug in their mailman-2.1.12-26.el6.x86_64 package. You could try upgrading to mailman-2.1.16 (an el5 SRPM is available at ftp://ftp.deepsoft.com/pub/deepwoods-repo/el5/SRPMS/mailman-2.1.16-2_DWS.el5.src.rpm and I am sure it builds under EL6, since I have done it). > > > > What might be the cause? What overlooked? Where to look? > > > I suppose it's possible that Mailman is adding the Reply-To: and the > outgoing MTA is removing it, but in any of our Mailman 2.1 distributions > since 2.1.1 the above settings will result in > > Reply-To: redac...@mailbox.tu-berlin.de > > being added to the outgoing message. > > You could look at your Mailman/Handlers/CookHeaders.py in the section > that begins with the comment > > # Reply-To: munging. ... > > to see it it looks correct. In particular, this > > # List admin wants an explicit Reply-To: added > if mlist.reply_goes_to_list == 2: > add(parseaddr(mlist.reply_to_address)) > > is what puts reply_to_address in the Reply-To: header in the outgoing > message. > -- Robert Heller -- 978-544-6933 Deepwoods Software -- Custom Software Services http://www.deepsoft.com/ -- Linux Administration Services hel...@deepsoft.com -- Webhosting Services ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org