Re: [Mailman-Users] Ban_list

2010-09-02 Thread Ricardo Ruivo
Many thanks. Work lick a charm :) Ricardo Ruivo On 01-09-2010 17:49, Mark Sapiro wrote: > Ricardo Ruivo wrote: >> >> Which file I must edit to change the message sent by email? > > > Mailman/Commands/cmd_subscribe.py and after editing the file you will > need to restart Mailman. > signature

Re: [Mailman-Users] Ban_list

2010-09-01 Thread Mark Sapiro
Ricardo Ruivo wrote: > >Which file I must edit to change the message sent by email? Mailman/Commands/cmd_subscribe.py and after editing the file you will need to restart Mailman. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B.

Re: [Mailman-Users] Ban_list

2010-09-01 Thread Ricardo Ruivo
First of all my thanks for the quick response. Which file I must edit to change the message sent by email? I have already changed the file Mailman/Cgi/subscribe.py but despite the message displayed on the web interface have been changed, the message sent by e-mail remains the original. Best rega

Re: [Mailman-Users] Ban_list

2010-09-01 Thread Mark Sapiro
Ricardo Ruivo wrote: > there is any option to notify, by email, the user when he attempts to >subscibe and list and his email bellow to ban_list? If the banned user attempts to subscribe by email, he will receive an email response. If he attempts to subscribe via the web, there is no option t

[Mailman-Users] Ban_list

2010-09-01 Thread Ricardo Ruivo
Dear all, there is any option to notify, by email, the user when he attempts to subscibe and list and his email bellow to ban_list? Another question. It is possible to configure the following message (thats appers when a ban_list users attens to subscribe by web interface that mailling list

Re: [Mailman-Users] ban_list example?

2003-10-13 Thread Richard Barrett
On Monday, October 13, 2003, at 07:51 pm, Skip Montanaro wrote: Try [EMAIL PROTECTED] Scott> Not knowing anything about mailman's use of these values: Scott> The "^.*something" regex is equivalent to just "something". Scott> "^.*" is useless, confusing and should never be used in

Re: [Mailman-Users] ban_list example?

2003-10-13 Thread Richard Barrett
On Monday, October 13, 2003, at 06:28 pm, Scott Lambert wrote: On Mon, Oct 13, 2003 at 11:31:57AM -0500, Skip Montanaro wrote: David> I tried ... David> [EMAIL PROTECTED] David> [EMAIL PROTECTED] David> ... but got an invalid value error. Try [EMAIL PROTECTED] Not knowing a

Re: [Mailman-Users] ban_list example?

2003-10-13 Thread Skip Montanaro
>> Try >> >> [EMAIL PROTECTED] Scott> Not knowing anything about mailman's use of these values: Scott> The "^.*something" regex is equivalent to just "something". Scott> "^.*" is useless, confusing and should never be used in a regex Scott> for the regex libraries

Re: [Mailman-Users] ban_list example?

2003-10-13 Thread Scott Lambert
On Mon, Oct 13, 2003 at 11:31:57AM -0500, Skip Montanaro wrote: > > David> I tried ... > > David> [EMAIL PROTECTED] > David> [EMAIL PROTECTED] > > David> ... but got an invalid value error. > > Try > > [EMAIL PROTECTED] Not knowing anything about mailman's use of these val

Re: [Mailman-Users] ban_list example?

2003-10-13 Thread Skip Montanaro
David> I tried ... David> [EMAIL PROTECTED] David> [EMAIL PROTECTED] David> ... but got an invalid value error. Try [EMAIL PROTECTED] -- Skip Montanaro Got gigs? http://www.musi-cal.com/ http://www.mojam.com/ Got spam? http://spambayes.sf.net/ -

[Mailman-Users] ban_list example?

2003-10-13 Thread David Gibbs
Anyone have a simple example of using a regex in the ban_list setting? Say I want to ban everyone from xyz.com and [EMAIL PROTECTED] from subscribing? I tried ... [EMAIL PROTECTED] [EMAIL PROTECTED] ... but got an invalid value error. I'm using MM 2.1.3 Thanks! david --