[Mailman-Users] Re: What regular expressions are allowed for Mailman topics?

2022-05-14 Thread Mark Sapiro
On 5/14/22 09:58, frank.thom...@gmx.net wrote: That's what I thought, but then why does '^(OK|WARN|CRIT|UP|DOWN) ->' not lead to an email with the respective topic but '^(OK|WARN|CRIT|UP|DOWN)' does? It think this is an issue that was fixed in Mailman 2.1.19 by

[Mailman-Users] Re: What regular expressions are allowed for Mailman topics?

2022-05-14 Thread Carl Zwanzig
On 5/14/2022 9:58 AM, frank.thom...@gmx.net wrote: Out Mailman version is 2.1.9 Really? 2.1.9 is over 15 years old and 30 releases behind. Don't tell me :-). But we can't influence that. We are just consumers of this service You need to start consuming a new service :). z!

[Mailman-Users] Re: What regular expressions are allowed for Mailman topics?

2022-05-14 Thread frank . thommen
Mark Sapiro wrote: > On 5/12/22 10:45, Frank Thommen wrote: > > Dear all, > > I'm trying to implement Mailman topics through regular expressions. > > However I'm not sure, what expression types are supported.  I was trying > > * ^(OK|WARN|CRIT|UP|DOWN) -> > >   * ^(OK|WARN|CRIT|UP|DOWN) - > > to

[Mailman-Users] Re: What regular expressions are allowed for Mailman topics?

2022-05-12 Thread Mark Sapiro
On 5/12/22 10:45, Frank Thommen wrote: Dear all, I'm trying to implement Mailman topics through regular expressions. However I'm not sure, what expression types are supported.  I was trying   * ^(OK|WARN|CRIT|UP|DOWN) ->   * ^(OK|WARN|CRIT|UP|DOWN) \- to catch subject lines like "OK -> CRIT