Re: [Mailman-Users] Tracker migration to Launchpad

2008-09-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 5, 2008, at 4:27 PM, Barry Warsaw wrote: On Sep 2, 2008, at 9:49 AM, Barry Warsaw wrote: We're planning on migrating the current SourceForge trackers for the Mailman project to Launchpad, this Thursday at 1200 UTC. Expect the conversion

Re: [Mailman-Users] (pipermail versus ...) To join a conversation fromthe web interface

2008-09-16 Thread Mark Sapiro
Edward Ned Harvey wrote: >Presently, I'm using pipermail. I'm open to suggestions. > >This question is pretty complicated, so probably the best answer I could >possibly get is to know how pipermail gets called, so I can go try and read >its source and stuff. So I can dig into it myself. At pres

Re: [Mailman-Users] Bad Character

2008-09-16 Thread David Andrews
At 11:15 AM 9/16/2008, Mark Sapiro wrote: David Andrews wrote: >I manually added an address to one of my lists using the web >UI. There must have been a space or odd character at end of address, >that I didn't notice. The subscribe message indicated that: [EMAIL PROTECTED]  >has been subscr

Re: [Mailman-Users] Default ban_list for new lists

2008-09-16 Thread Mark Sapiro
Edward Ned Harvey wrote: >> Put >> >> DEFAULT_BAN_LIST = ['^(?!([EMAIL PROTECTED]))'] >> >> (or whatever you want) in mm_cfg.py. Then, in order to make it work, >> find the lines >> >> # Ban lists >> self.ban_list = [] >> >> in the definition of the InitVars() method in Mailman

Re: [Mailman-Users] Default ban_list for new lists

2008-09-16 Thread Mark Sapiro
Edward Ned Harvey wrote in response to Barry Finkel: >> What I have done is this - I have about 20 different list template >> configurations on my Mailman machine. If I want to create a new list >> of type, say, E1, I do the following as root on the Mailman machine: >> >> cp E1.config newli

[Mailman-Users] (pipermail versus ...) To join a conversation from the web interface

2008-09-16 Thread Edward Ned Harvey
Presently, I'm using pipermail. I'm open to suggestions. This question is pretty complicated, so probably the best answer I could possibly get is to know how pipermail gets called, so I can go try and read its source and stuff. So I can dig into it myself. At present, I have no idea what proces

Re: [Mailman-Users] Default ban_list for new lists

2008-09-16 Thread Edward Ned Harvey
> > Put > > > > DEFAULT_BAN_LIST = ['^(?!([EMAIL PROTECTED]))'] > > > > (or whatever you want) in mm_cfg.py. Then, in order to make it work, > > find the lines > > Is it true, in general, that there exists a SOME_SETTING variable, > which can > be set in the mm_cfg, to set defaults for each of the

Re: [Mailman-Users] Default ban_list for new lists

2008-09-16 Thread Edward Ned Harvey
> What I have done is this - I have about 20 different list template > configurations on my Mailman machine. If I want to create a new list > of type, say, E1, I do the following as root on the Mailman machine: > > cp E1.config newlist.config Hrmmm... Are you perhaps using an old version o

Re: [Mailman-Users] Default ban_list for new lists

2008-09-16 Thread Edward Ned Harvey
> Put > > DEFAULT_BAN_LIST = ['^(?!([EMAIL PROTECTED]))'] > > (or whatever you want) in mm_cfg.py. Then, in order to make it work, > find the lines Is it true, in general, that there exists a SOME_SETTING variable, which can be set in the mm_cfg, to set defaults for each of the settings availabl

Re: [Mailman-Users] Default ban_list for new lists

2008-09-16 Thread Edward Ned Harvey
> Put > > DEFAULT_BAN_LIST = ['^(?!([EMAIL PROTECTED]))'] > > (or whatever you want) in mm_cfg.py. Then, in order to make it work, > find the lines > > # Ban lists > self.ban_list = [] > > in the definition of the InitVars() method in Mailman/MailList.py and > change the second

Re: [Mailman-Users] Bad Character

2008-09-16 Thread Mark Sapiro
David Andrews wrote: >I manually added an address to one of my lists using the web >UI. There must have been a space or odd character at end of address, >that I didn't notice. The subscribe message indicated that: [EMAIL >PROTECTED]  >has been subscribed to ... > >I can't delete the addr

[Mailman-Users] Bad Character

2008-09-16 Thread David Andrews
I manually added an address to one of my lists using the web UI. There must have been a space or odd character at end of address, that I didn't notice. The subscribe message indicated that: [EMAIL PROTECTED]  has been subscribed to ... I can't delete the address using the web interface.