Re: [Mailman-Users] View a user's subscription options

2015-12-03 Thread Mark Sapiro
On 12/03/2015 01:09 PM, Adrian Pepper wrote: > > I wrote something (really ugly[*], incrementally developed over a period > of weeks) that produced, based on the main "membership" page(s) that > produced via web access, e.g. > > apep...@pytone.org smHxanudP "Adrian Pepper" > apep...@

Re: [Mailman-Users] View a user's subscription options

2015-12-03 Thread Adrian Pepper
On 12/01/2015 17:23:58 -0800, Mark Sapiro wrote: > On 12/01/2015 08:51 AM, Gretchen R Beck wrote: > > Is there a command line script that can be used to view an individual > > user's subscription options for a specific list? > > > I'm not aware of one, but it is fairly simple to do. I'm willing

Re: [Mailman-Users] utf-8 subjects; extended "." regexp really necessary?

2015-12-03 Thread Mark Sapiro
On 11/24/2015 06:53 PM, Stephen J. Turnbull wrote: > Adrian Pepper writes: > > Am I correct in my conclusion that .* won't match newline characters, > > but will ? > > (And also, that that is the character class I created). > > Yes. Here are the docs for Python regular expressions as used

Re: [Mailman-Users] View a user's subscription options

2015-12-03 Thread Mark Sapiro
On 12/03/2015 06:21 AM, Larry Kuenning wrote: > > I tried this and got: > > [root@xxx mailman]# bin/user_options -h > Traceback (most recent call last): > File "bin/user_options", line 98, in ? > main() > File "bin/user_options", line 52, in main > ns, args = parseargs() > File

Re: [Mailman-Users] View a user's subscription options

2015-12-03 Thread Larry Kuenning
On 12/2/2015 2:59 PM, Mark Sapiro wrote: > Based on a reply from Gretchen, I have implemented a first cut at this. > The script can be found at > (mirrored at > ). The script > displays essentially al