Re: [Mailman-Users] custom message for banned address

2014-06-30 Thread Mark Sapiro
Mark Sapiro wrote: > It is possible to globally change the messages without modifying code, > by creating the path and file messages/en/LC_MESSAGES/mailman.po > containing something like the attached edited for your desired messages Sorry, content filtering removed the attachment. This one should

Re: [Mailman-Users] custom message for banned address

2014-06-30 Thread Mark Sapiro
On 06/30/2014 09:57 AM, Jim McKinney wrote: > Hi, > > We're currently running Mailman 2.1.12 > > I have been asked if we can customized message for addresses that are > banned on certain lists, similar to the ability to customize > postheld.txt for specific lists. We have a group of lists that w

[Mailman-Users] custom message for banned address

2014-06-30 Thread Jim McKinney
Hi, We're currently running Mailman 2.1.12 I have been asked if we can customized message for addresses that are banned on certain lists, similar to the ability to customize postheld.txt for specific lists. We have a group of lists that we would like to limit membership to our domain but would l

Re: [Mailman-Users] Installing v3.0.0b4 on Debian 7

2014-06-30 Thread Mark Sapiro
On 06/29/2014 01:35 PM, ML mail wrote: > Hi, > > I am trying to install version 3.0.0b4 of Mailman on Debian 7 and for that > purpose I took the original tar.gz file and ran: > > sudo python setup.py install > > There was an issue with the version of zope.interface which I resolved by > runnin

[Mailman-Users] Installing v3.0.0b4 on Debian 7

2014-06-30 Thread ML mail
Hi, I am trying to install version 3.0.0b4 of Mailman on Debian 7 and for that purpose I took the original tar.gz file and ran: sudo python setup.py install There was an issue with the version of zope.interface which I resolved by running the following command: sudo pip install -U zope.interf