12 Aug
2022
12 Aug
'22
11:56 p.m.
On 8/12/22 16:36, Peter Chubb wrote:
Hi I tried to add the regular expression sales@.* to the ban list for one of my lists and got: An error occurred: Invalid Parameter "email": Expected a valid email address or regular expression, got sales@.*.
Now, 'sales@.*' _is_ a valid regular expression --- so why did it fail?
A regular expression must begin with ^
for the ban list as in
^sales@
. Strings that start with ^
are interpreted as regular
expressions and those that don't are interpreted as email addresses.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan