[Mailman-Users] another logo images?

2015-02-03 Thread Danil Smirnov
Hello! I have upgraded Mailman from 2.12 to 2.18-1 and found that now we have different logo image which have white background and lookы inaccurate on my gray one. Arе theку any image library for Mailman where I could select proper logo image? Thanks. Danil -

Re: [Mailman-Users] another logo images?

2015-02-03 Thread Mark Sapiro
On 02/03/2015 03:54 AM, Danil Smirnov wrote: > Hello! > > I have upgraded Mailman from 2.12 to 2.18-1 and found that now we have > different logo image which have white background and lookы inaccurate > on my gray one. > > Arе theку any image library for Mailman where I could select proper logo

[Mailman-Users] Help with regular expression filters

2015-02-03 Thread Marino Pascal
I have a filter to block the word "test" from Subject because some people won't receive list mail for a few hours and think it's broken so they post "test" And once one person does it everybody else feels obligated to "test". So I use Subject: .*test Problem with that is that it also blocks "late

Re: [Mailman-Users] Help with regular expression filters

2015-02-03 Thread e.c.
At least in Emacs the following regexp works \_ that finds 'test' but not 'fastest' or 'testy' bash, perl, ruby, etc. may have different ways of doing the same thing. ed On Tue, Feb 3, 2015 at 12:46 PM, Marino Pascal wrote: > I have a filter to block the word "test" from Subject because some

Re: [Mailman-Users] Help with regular expression filters

2015-02-03 Thread Mark Sapiro
On 02/03/2015 12:08 PM, e.c. wrote: > At least in Emacs the following regexp works > > \_ > > that finds 'test' but not 'fastest' or 'testy' > > bash, perl, ruby, etc. may have different ways of doing the same thing. In Mailman, with Python regexps ,