Re: [Mailman-Users] topic regep exclude

2004-09-26 Thread Mark Sapiro
Howard Moscovitz wrote: >Mark Sapiro wrote: > >>Howard Moscovitz wrote: >> >> >> >>>In the topic definition form, how can one specify a topic that is only >>>messages that DOES NOT have the string [G2] in it. >>> >>> >> >>see http://docs.python.org/lib/re-syntax.html >> >>I would try >> >>

Re: [Mailman-Users] topic regep exclude

2004-09-25 Thread Howard Moscovitz
Mark Sapiro wrote: Howard Moscovitz wrote: In the topic definition form, how can one specify a topic that is only messages that DOES NOT have the string [G2] in it. see http://docs.python.org/lib/re-syntax.html I would try ^(?!.*\[G2\]) or if case is not significant ^(?!.*\[[Gg]2\]) but

Re: [Mailman-Users] topic regep exclude

2004-09-24 Thread Mark Sapiro
Howard Moscovitz wrote: >In the topic definition form, how can one specify a topic that is only >messages that DOES NOT have the string [G2] in it. see http://docs.python.org/lib/re-syntax.html I would try ^(?!.*\[G2\]) or if case is not significant ^(?!.*\[[Gg]2\]) but this is only a s

[Mailman-Users] topic regep exclude

2004-09-23 Thread Howard Moscovitz
In the topic definition form, how can one specify a topic that is only messages that DOES NOT have the string [G2] in it. Is there a way to test regeps without setting up a separte test list? Thanks much... Howard -- Mailman-Users mailing list [