Henrik Rasmussen wrote:
> 
>Problem 2) When calling
>[mailmanserver]/mailman/options/nyhedsbrev/[EMAIL PROTECTED]
><mailto:mailserver/mailman/options/nyhedsbrev/[EMAIL PROTECTED]>  and
>other addresses, I get the message
> 
>We're sorry, we hit a bug!
> 
>This is described a lot of places, but not exactly my problem (maybe I
>just didn't find it yet).
> 
>The error log shows:
>admin(1354): [----- Traceback ------]
>admin(1354): Traceback (most recent call last):
>admin(1354):   File "/usr/lib/mailman/scripts/driver", line 101, in
>run_main
>admin(1354):     main()
>admin(1354):   File "/usr/lib/mailman/Mailman/Cgi/options.py", line 239,
>in main
>admin(1354):     loginpage(mlist, doc, user, language)
>admin(1354):   File "/usr/lib/mailman/Mailman/Cgi/options.py", line 813,
>in loginpage
>admin(1354):     table.AddRow([_("""In order to change your membership
>option, you must
>admin(1354):   File "/usr/lib/mailman/Mailman/i18n.py", line 89, in _
>admin(1354):     return tns % dict
>admin(1354): ValueError: unsupported format character 'p' (0x70) at
>index 105

The code at line 813 in options.py in the 2.1.5 base is (with some
lisnes wrapped)

    table.AddRow([_("""In order to change your membership option, you
must
    first log in by giving your %(extra)smembership password in the
section
    below.  If you don't remember your membership password, you can
have it
    emailed to you by clicking on the button below.  If you just want to
    unsubscribe from this list, click on the <em>Unsubscribe</em>
button and a
    confirmation message will be sent to you.

    <p><strong><em>Important:</em></strong> From this point on, you
must have
    cookies enabled in your browser, otherwise none of your changes
will take
    effect.
    """)])

It appears that this has been edited in the area of
"%(extra)smembership password" creating something like %(......)p

The "%(extra)s" is a substitution that receives either "email address
and " or nothing depending on context. It can be deleted, but it can't
be changed.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to