const MAX_EMAIL_LEN: usize = 500;
Upper bound on an email address length, applied before canonicalization so a pathological input cannot drive unbounded work.