Bug#36063: Mailman newlist should can read passwd from stdin noninteractive

2007-01-16 Thread Lionel Elie Mamane
tags 36063 +upstream forwarded 36063 https://sourceforge.net/tracker/index.php?func=detail&aid=1636541&group_id=103&atid=350103 thanks On 14 Apr 1999, Ian Jackson wrote: > The comment at the top of /usr/sbin/newlist says: > Create a new, unpopulated mailing list. > newlist > It is usefu

Bug#36063: [Pkg-mailman-hackers] Bug#36063: Mailman newlist should can read passwd from stdin noninteractive

2007-01-11 Thread Thijs Kinkhorst
Hi Matthias, On Thu, 2007-01-11 at 12:02 +0100, Matthias Klose wrote: > reassign 36063 mailman > thanks > > python2.4 offers the getpass module: > > \begin{funcdesc}{getpass}{\optional{prompt}} > python2.5: > > \begin{funcdesc}{getpass}{\optional{prompt\optional{, stream}}} I'm not sure what

Bug#36063: Mailman newlist should can read passwd from stdin noninteractive

2007-01-11 Thread Matthias Klose
reassign 36063 mailman thanks python2.4 offers the getpass module: \begin{funcdesc}{getpass}{\optional{prompt}} Prompt the user for a password without echoing. The user is prompted using the string \var{prompt}, which defaults to \code{'Password: '}. \end{funcdesc} python2.5: \begin{fun