if not mlist.digestable or not mlist.nondigestable:
         replacements['<mm-digest-radio-button>'] = ""
         replacements['<mm-undigest-radio-button>'] = ""
         replacements['<mm-digest-question-start>'] = '<!-- '
         replacements['<mm-digest-question-end>'] = ' -->'
     else:
         replacements['<mm-digest-radio-button>'] =  
mlist.FormatDigestButton()
         replacements['<mm-undigest-radio-button>'] = \
                                                     
mlist.FormatUndigestButton()
         replacements['<mm-digest-question-start>'] = ''
         replacements['<mm-digest-question-end>'] = ''
     replacements['<mm-plain-digests-button>'] = \

apart that I do not know where the if ends (is it determined by the  
formatting?), there is, I think, a bug. Shouldn't it be:


     if not mlist.digestable or mlist.nondigestable:

and the parsing of the HTML template does not work anyway, as I have

digestable = 0

but the digest option still appears in my users option page.

Giuliano
_______________________________________________
Mailman-Developers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-developers
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-developers/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