Re: [Mailman-Users] Regarding New Mailman 3.0 & Postorius...

2012-05-02 Thread Mark Sapiro
David wrote: >What state of pre-release? Beta? Alpha? What is the proposed release date? The announcement was posted simultaneously to this list , mailman-developers, mailman-i18n and mailman-announce. >Where can I find a f

Re: [Mailman-Users] Regarding New Mailman 3.0 & Postorius...

2012-05-02 Thread David
On Wed, May 2, 2012 at 9:33 PM, David wrote: > What state of pre-release? Beta? Alpha? What is the proposed release date? > > Where can I find a feature list and documentation for Mailman 3.0 & > Postorius? I have not seen anything on list.org! > > I don't even know what this entails yet, but it

[Mailman-Users] Regarding New Mailman 3.0 & Postorius...

2012-05-02 Thread David
> > On Tue, Mar 27, 2012 at 1:25 PM, Amit Bhatt > wrote: > > >* What is the differentce between Postorius and Mailman,* > They're different but related applications. Mailman handles mail and > provides an API for administration, including use

Re: [Mailman-Users] suggestion - wording for one of the admin options

2012-05-02 Thread Mark Sapiro
David wrote: > >The following wording is very confusing (especially because of its >similarity to the wording of the next item which has the opposite effect): > >Remove message attachments that don't have a matching content type. Leave >> this field blank to skip this filter test. >> > >I would lik

Re: [Mailman-Users] How can I find out if a mailing list is used?

2012-05-02 Thread Mark Sapiro
Ma, Yuan wrote: > >In order to see if a list has been referenced, in addition to looking through >Mailman logs, web logs, and/or MTA logs, I am wondering if there is file >related to a mailing list which shows the recent using time? Every list has a 'last_post_time' attribute which is the time

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Mark Sapiro
Dennis Putnam wrote: > >I seem to recall seeing this problem before but I can't find it in any >of my archives. > >[Wed May 02 13:14:20 2012] [error] [client 74.176.153.13] script not >found or unable to stat: /usr/lib/mailman/cgi-bin/admin.cgi.cgi, >referer: https://dap002.dyndns-ip.com/mailman/ad

[Mailman-Users] suggestion - wording for one of the admin options

2012-05-02 Thread David
The following wording is very confusing (especially because of its similarity to the wording of the next item which has the opposite effect): Remove message attachments that don't have a matching content type. Leave > this field blank to skip this filter test. > I would like to propose to the dev

Re: [Mailman-Users] How can I find out if a mailing list is used?

2012-05-02 Thread Ma, Yuan
Hi, Barry: Thank you very much for your help. In order to see if a list has been referenced, in addition to looking through Mailman logs, web logs, and/or MTA logs, I am wondering if there is file related to a mailing list which shows the recent using time? Thank you very much again. Yuan --

Re: [Mailman-Users] How can I find out if a mailing list is used?

2012-05-02 Thread Barry S, Finkel
On 5/2/2012 2:16 PM, Ma, Yuan wrote: Hi, I am trying to find out the if a mailing list is used or not for all the mailing lists on our mailman server. May I know how I can find out such information? Thank you very much in advance. Yuan -- M

[Mailman-Users] How can I find out if a mailing list is used?

2012-05-02 Thread Ma, Yuan
Hi, I am trying to find out the if a mailing list is used or not for all the mailing lists on our mailman server. May I know how I can find out such information? Thank you very much in advance. Yuan -- Mailman-Users mailing list Mailman-Users

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Dennis Putnam
I seem to recall seeing this problem before but I can't find it in any of my archives. [Wed May 02 13:14:20 2012] [error] [client 74.176.153.13] script not found or unable to stat: /usr/lib/mailman/cgi-bin/admin.cgi.cgi, referer: https://dap002.dyndns-ip.com/mailman/admin Obviously the double cgi

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Mark Sapiro
Dennis Putnam wrote: >All the cgi files are present. It appears to me that my web server >config was unaffected by the botched upgrade attempt. However, I don't >know if the mailman or python installs did something. What should I >look >for in the httpd configuration? check your web server erro

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Dennis Putnam
All the cgi files are present. It appears to me that my web server config was unaffected by the botched upgrade attempt. However, I don't know if the mailman or python installs did something. What should I look for in the httpd configuration? On 5/2/2012 11:14 AM, Mark Sapiro wrote: > Dennis Putna

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Mark Sapiro
Dennis Putnam wrote: > >I am making progress (I think). When I uninstalled and reinstalled >python, it seems to have taken mailman with it. I did a reinstall of >mailman and now the daemon and the qrunners start. I can also now access >the initial web page with my lists shown. However, when I try t

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Dennis Putnam
I am making progress (I think). When I uninstalled and reinstalled python, it seems to have taken mailman with it. I did a reinstall of mailman and now the daemon and the qrunners start. I can also now access the initial web page with my lists shown. However, when I try to access the management pag

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Dennis Putnam
Actually I think python itself may be hosed. I am uninstalling it and reinstalling to see if that fixes it. If not then I will try your suggestion. On 5/2/2012 10:06 AM, Mark Sapiro wrote: > Mark Sapiro wrote: >> It appears your system Python is now different from the one that >> compiled all the

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Mark Sapiro
Dennis Putnam wrote: > >On to the next layer of the onion. :-( > >Traceback (most recent call last): > File "/usr/sbin/mailmanctl", line 106, in >from Mailman import mm_cfg >ImportError: cannot import name mm_cfg Did you remove *.py files too? If so, restore and try again removing only *.py

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Mark Sapiro
Mark Sapiro wrote: > >It appears your system Python is now different from the one that >compiled all the .pyc files. Just do > > > rm -r /path/to/Mailman/*.pyc I responded without really thinking. I don't think that will work completely. It will remove the .pyc files immediately subordinate the

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Dennis Putnam
On to the next layer of the onion. :-( Traceback (most recent call last): File "/usr/sbin/mailmanctl", line 106, in from Mailman import mm_cfg ImportError: cannot import name mm_cfg On 5/2/2012 9:48 AM, Mark Sapiro wrote: > Dennis Putnam wrote: >> Of course I did not expect this to be eas

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Mark Sapiro
Dennis Putnam wrote: > >Of course I did not expect this to be easy. After restoring the Mailman >directory as suggested, mailman will not start: > >Traceback (most recent call last): > File "/usr/sbin/mailmanctl", line 106, in >from Mailman import mm_cfg >ImportError: Bad magic number in /usr

Re: [Mailman-Users] Dumb Me Tried to Update Mandriva (Again)

2012-05-02 Thread Dennis Putnam
Of course I did not expect this to be easy. After restoring the Mailman directory as suggested, mailman will not start: Traceback (most recent call last): File "/usr/sbin/mailmanctl", line 106, in from Mailman import mm_cfg ImportError: Bad magic number in /usr/lib/mailman/Mailman/mm_cfg.py