Lines Matching full:email
92 "set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
93 "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
94 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
95 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
106 "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
107 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
108 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
109 "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
272 int email; member
376 if (fn->email) in run_cert()
385 check_message(fn, "email", nameincert, match, *pname); in run_cert()