Lines Matching full:email
51 "set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
52 "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
53 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
54 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
68 "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
69 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
70 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
71 "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
234 int email; member
327 if (fn->email) { in run_cert()
334 if (!TEST_true(check_message(fn, "email", nameincert, match, *pname))) in run_cert()