In number of test 177 jdoe@machine(comment). example, why does the type of error is "ISEMAIL_DEPREC_FWS"?
The definitions of FWS (http://tools.ietf.org/html/rfc5322#section-3.2.2) is:
FWS = ([*WSP CRLF] 1*WSP) / obs-FWS
So, since the email address has two white spaces (== 1*WSP), it should be correct.
In number of test 177
jdoe@machine(comment). example, why does the type of error is "ISEMAIL_DEPREC_FWS"?The definitions of FWS (http://tools.ietf.org/html/rfc5322#section-3.2.2) is:
So, since the email address has two white spaces (== 1*WSP), it should be correct.