Skip to content

Properly handle invalid regexps for header_matches patterns.

Mark Sapiro requested to merge msapiro/mailman:header_matches into master

Fixes #418 (closed)

This will catch and log the re.error that is thrown if a header_matches pattern is invalid.

It also updates REST so invalid patterns can't be set.

Edited by Mark Sapiro

Merge request reports