+ /* Reject the address if key fields contain 8bit characters. */
+ if (!eai &&
+ (contains8bit(mbox, NULL) || contains8bit(host, NULL) ||
+ contains8bit(routepath, NULL) || contains8bit(grp, NULL)))
+ strcpy(err, "Address contains 8-bit characters");
+