Closed raniervf closed 3 years ago
The part of expression is always false: && (r != MAILIMF_ERROR_PARSE Consider the case when variable r is equal to MAILIMF_ERROR_PARSE. r would be different = to MAILIMF_NO_ERROR? Yes. r would it be different from MAILIMF_ERROR_PARSE? Not. Then the test would fail when it is MAILIMF_ERROR_PARSE.
The expression or part of expression is always false.