Re: [Mailman-Users] Trouble with "Reply-to:"

2017-06-19 Thread Frank Elsner
On Fri, 16 Jun 2017 08:47:41 +0200 Frank Elsner wrote:
> On Thu, 15 Jun 2017 20:56:10 -0400 (EDT) Robert Heller wrote:
> 
>   [ ... ]
> 
> The outgoing MTA has no special handling for "Reply-To:" and I've looked at 
> the
> spool file, it has no "Reply-To:" :-(
> 
> > > 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.
> 
> I'll do this, definitly.

Oh wonder, I found exactly this code snippet :-(


Kind regards, Frank Elsner
--
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


Re: [Mailman-Users] Trouble with "Reply-to:"

2017-06-16 Thread Frank Elsner
On Thu, 15 Jun 2017 20:56:10 -0400 (EDT) Robert Heller wrote:

  [ ... ]

The outgoing MTA has no special handling for "Reply-To:" and I've looked at the
spool file, it has no "Reply-To:" :-(

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

I'll do this, definitly.


Kind regards, Frank Elsner
--
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


[Mailman-Users] Trouble with "Reply-to:"

2017-06-15 Thread Frank Elsner

Hi, 

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.

What might be the cause? What overlooked? Where to look?


Kind regards, Frank Elsner
--
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


[Mailman-Users] config_lists yields error

2009-07-28 Thread Frank Elsner

Hi all,

I've a working installation of mailman-2.1.11.

Suddenly the config_lists stops working :-(

The command ./config_list -o -  sandbox ends its output with

|  ## Nondigest options
|  #
|  Traceback (most recent call last):
|File ./config_list, line 362, in ?
|  main()
|File ./config_list, line 355, in main
|  do_output(listname, outfile)
|File ./config_list, line 128, in do_output
|  do_list_categories(mlist, k, None, outfp)
|File ./config_list, line 148, in do_list_categories
|  desc = NL.join([s.lstrip() for s in info[0].split('\n')])
|  AttributeError: 'tuple' object has no attribute 'split'

As far as I remember the command worked in the past and the list wasn't
re-configured.

What's the reason? Any pointer to solve the problem is welcome.


--Frank Elsner

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] config_lists yields error

2009-07-28 Thread Frank Elsner
On Mon, 27 Jul 2009 14:37:57 +0200 Frank Elsner wrote:
 
 Hi all,
 
 I've a working installation of mailman-2.1.11.
 
 Suddenly the config_lists stops working :-(
 
 The command ./config_list -o -  sandbox ends its output with
 
 |  ## Nondigest options
 |  #
 |  Traceback (most recent call last):
 |File ./config_list, line 362, in ?
 |  main()
 |File ./config_list, line 355, in main
 |  do_output(listname, outfile)
 |File ./config_list, line 128, in do_output
 |  do_list_categories(mlist, k, None, outfp)
 |File ./config_list, line 148, in do_list_categories
 |  desc = NL.join([s.lstrip() for s in info[0].split('\n')])
 |  AttributeError: 'tuple' object has no attribute 'split'
 
 As far as I remember the command worked in the past and the list wasn't
 re-configured.

Sorry to reply to my own question but the problem is solved.
It was a stupid error in modifying NonDigest.py to hide some topics.


--Frank Elsner
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Site specific defaults

2009-02-17 Thread Frank Elsner

Hi*,

I'm new to mailman, which is in general running at my site.

My question is:

Where to define site scpecific defaults? 
Which file of Defaults.py. MailList.py and mm_cfg.py is best?



Regards, Frank Elsner
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9