andrewcmyers / civs

Condorcet Internet Voting System
http://civs1.civs.us
MIT License
91 stars 28 forks source link

Fine-grained filtering #32

Closed andrewcmyers closed 4 years ago

andrewcmyers commented 4 years ago

The current UI for blocking email blocks all email. It would be nice to let users just specify a regular expression (or multiple regexps) to be matched against the supervisor email address. A challenge will be sanitizing the regular expression, however. A globbing pattern would be good enough.

andrewcmyers commented 4 years ago

Implemented.