[Mailman-Developers] bug in checj_perms

2001-07-02 Thread Juan Carlos Rey Anaya
Testing a new installation from scratch, here is the result [jcrey@joker bin]$ ./check_perms directory permissions must be 02775: /home/mailman/templates/es directory permissions must be 02775: /home/mailman/templates/fr directory permissions must be 02775: /home/mailman/templates/hu directory p

[Mailman-Developers] How to downgrade from mailman 2.1a2 ? and some of my problems

2001-07-02 Thread Georg Koch
Hi developers, I installed mailman2.1a2 because I wanted to satisfy a list administrator who is waiting for the international interface. I tried it on a test machine first and it seemed to work but then... (System configuration: Sun Ultra 1, Solaris 7 using sendmail, python 2.1, mailman 2.1a2)

[Mailman-Developers] rmlist

2001-07-02 Thread Georg Koch
When I remove a list (test2), rmlist says: "Not removing archives. Reinvoke with -a to remove them." When I do it, it says: "No such list: test2" -- -- Georg Koch ( mailto:[EMAIL PROTECTED] ) | Phone: +49 761 203 6710 German Cochrane Centre | Fax: +49 761 203 6712

[Mailman-Developers] cannot approve requests

2001-07-02 Thread Georg Koch
Dear develpers, a list administrator sent me this page. I can verify his result with the site password. What can I do to reenable list-administrators to approve messages and requests? (There are 25 unapproved messages now). Best wishes Georg Koch -- -- Georg Koch ( mailto:[EMAIL PROTE

Re: [Mailman-Developers] Missing _()!

2001-07-02 Thread Barry A. Warsaw
Thanks! -Barry ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] bug in checj_perms

2001-07-02 Thread Barry A. Warsaw
> "JCRA" == Juan Carlos Rey Anaya <[EMAIL PROTECTED]> writes: | I have seen inside Defaults.py and CGI_DIR is not defined. Fixed now, thanks! -Barry ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo

[Mailman-Developers] update not finishing

2001-07-02 Thread Georg Koch
Dear developers, some of my problems may be due to "update" not finishing. The error message was: fp = open(os.path.join(mm_cfg.TEMPLATE_DIR, gtemplate)) IOError: [Errno 2] No such file or directory: '/home/mailman/templates/admindbpreamble.html' Is there anything I can do (without learning to

[Mailman-Developers] AttributeError: 'int' object has no attribute 'lower'

2001-07-02 Thread Georg Koch
here is another bug in a approval request best wishes -- Georg Koch ( mailto:[EMAIL PROTECTED] ) | Phone: +49 761 203 6710 German Cochrane Centre | Fax: +49 761 203 6712 Mail: Institute of Medical Biometry and Medical Informatics Stefan-Meier-Strasse 26, D-7910

[Mailman-Developers] Config option in Defaults.py for new MM

2001-07-02 Thread Marc MERLIN
I've modified mailman on sourceforge as such: mailman-2.0.5.sf/Mailman/Cgi/admin.py: # # mass subscription processing for members category # def clean_names(name): return rfc822.unquote(string.strip(name)) if cgi_info.has_key('subscribees'): name_text = cgi_i

Re: [Mailman-Developers] How to downgrade from mailman 2.1a2 ? and some of my problems

2001-07-02 Thread Barry A. Warsaw
> "GK" == Georg Koch <[EMAIL PROTECTED]> writes: GK> First question: is it possible to downgrade to some older GK> version if my problems continue? How do I do it? I've never tried it, but I'm doubtful. Loading a list's config.db into a newer Mailman automatically upgrades the impl

Re: [Mailman-Developers] How to downgrade from mailman 2.1a2 ? and some of my problems

2001-07-02 Thread Ron Jarrell
At 07:45 PM 7/2/01 -0400, you wrote: >Yes, because MM2.0.x used crypt to encrypt the passwords, but MM2.1 >uses sha since it's much more reliably built into Python. This needs >to get prominent notice in the release notes because there is no >automatic way for Mailman to fix these passwords (the

[Mailman-Developers] Our registers

2001-07-02 Thread Mubarak Mohammed
My friends telling me that they regist with mailing list, but I didn't recieve anything about that. I Also don't know how can i access the mailing list. Thanks a lot in advance

Re: [Mailman-Developers] How to downgrade from mailman 2.1a2 ? and some of my problems

2001-07-02 Thread Barry A. Warsaw
> "RJ" == Ron Jarrell <[EMAIL PROTECTED]> writes: RJ> You know, I'd seen this before, and it hadn't sunk in.. I RJ> expect this'll be a *big* loose for many existing sites. RJ> It might be worth considering another point release, to RJ> include a password recovery module for