Closed davisjam closed 6 years ago
The regex .+\@.+\..+ is unsafe but DB thinks it is safe due to #40 (fixed in #41).
.+\@.+\..+
The server should re-scan its SAFE opinions.
The regex
.+\@.+\..+
is unsafe but DB thinks it is safe due to #40 (fixed in #41).