27 Jun
2023
27 Jun
'23
7:33 a.m.
Henrik Rasmussen writes:
Does Mailman use a different regex syntax
Mailman interprets a string starting with "^" as a regex, and one without it as a fixed string to search form. Just put "^" in front. I believe Mailman uses re.match, so the "^" is actually a no-op.
Steve