Re: [Mailman-Developers] Admin-controlled rejection text...

2005-01-28 Thread Brad Knowles
At 9:08 AM +0100 2005-01-21, Brad Knowles wrote: The _() method both replaces this text with the appropriate language translation if the current language is not English and does the %()s substitutions. Your member_moderation_notice text isn't being processed in this way. Aha! Okay, I'll

Re: [Mailman-Developers] Admin-controlled rejection text...

2005-01-20 Thread Brad Knowles
At 3:56 PM +0100 2005-01-20, Brad Knowles wrote: Problem is, while we can provide a %()s substitution ourselves in the text we feed to Utils.wrap, I can't do the same thing from member_moderation_notice. Instead, it simply outputs the literal string, and gives me "<" and ">" as opposed

[Mailman-Developers] Admin-controlled rejection text...

2005-01-20 Thread Brad Knowles
Folks, I've been doing a bit of hacking on Mailman. The issue is that if you set member_moderation_action to be Reject instead of Hold, you can supply a nice little bit of text in member_moderation_notice, or you can let the system supply a standard text for you. My problem is that I want to