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
>>
>>
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
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
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
[