Re: [Mailman-Users] set mailman default for nonmember_rejection_notice

2006-02-07 Thread Christopher Adams
That is good to know. Is the Mailman/Handlers/Moderate.py file overwritten in an upgrade? I recently changed all lists using withlist to use specific text for rejected non-member messages. If I modify the Moderate.py file, that should take care of all new lists, unless a list owner chooses to m

Re: [Mailman-Users] set mailman default for nonmember_rejection_notice

2006-02-06 Thread Mark Sapiro
Christopher Adams wrote: >I am trying to set the default message (for new lists) for non-member >posts that are rejected. In mm_cfg.py, I have tried: > >NONMEMBER_REJECTION_NOTICE= "Blah blah blah blah" > >That doesn't work. > >I understand that Python can use single, double, or triple quotes. No

[Mailman-Users] set mailman default for nonmember_rejection_notice

2006-02-06 Thread Christopher Adams
I am trying to set the default message (for new lists) for non-member posts that are rejected. In mm_cfg.py, I have tried: NONMEMBER_REJECTION_NOTICE= "Blah blah blah blah" That doesn't work. I understand that Python can use single, double, or triple quotes. None of these work. -- Christo