Re: [Mailman-Users] Topics Regexp

2006-05-22 Thread Mark Sapiro
Jesse Keating wrote: > >On Sun, 2006-05-21 at 08:23 -0700, Mark Sapiro wrote: >> ^Medical - >> >> (note this also matches "medical -", as Topic matches ignore case) > >I also discovered (and solved my own problem) that spaces have to be >escaped in the regex field. > >To match 'Fedora Core 5' I ha

Re: [Mailman-Users] Topics Regexp

2006-05-22 Thread Jesse Keating
On Sun, 2006-05-21 at 08:23 -0700, Mark Sapiro wrote: > ^Medical - > > (note this also matches "medical -", as Topic matches ignore case) I also discovered (and solved my own problem) that spaces have to be escaped in the regex field. To match 'Fedora Core 5' I had to use 'Fedora\ Core\ 5' in

Re: [Mailman-Users] Topics Regexp

2006-05-21 Thread Mark Sapiro
Jason [WeatherServer] wrote: >I don't know much about regular expressions, is this the proper format >/^Medical -/g I want any email with "Medical -" to be filter into a topic. If you want to match any Subject: or Keywords: that *begins with* "Medical -", you want ^Medical - (note this

[Mailman-Users] Topics Regexp

2006-05-20 Thread Jason [WeatherServer]
I don't know much about regular expressions, is this the proper format /^Medical -/g I want any email with "Medical -" to be filter into a topic. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listi