[Mailman-Developers] Clean output with bin/withlist??

Dan Mick Dan Mick <dmick@utopia.West.Sun.COM>
Thu, 2 Aug 2001 12:22:24 -0700 (PDT)


> def hostname(m):
>     print m.host_name
>
> % bin/withlist -q -r hostname mylist
> wooz.org

Who needs -q?  Everything but the output comes to stderr;
the desired output comes to stdout.  This has been true for 
some time now, no?