Subject: | filter applied before constraint check |
Hi,
I just found out (the hard way) that filters are applied before constraints are checked. Now I must say that I did not look into the theoretical matter deep enough to argue with this choice. But I found a side-effect that is unwanted... The builtin constraint 'email' does not recognize valid addresses if one uses the builtin filter 'quotemeta'. The latter will escape dots and the at-sign, but the escape-sign is not in the email regexp. Hence the input is disqualified.
Best regards,
Frank