Lines Matching refs:addr
455 $addr = $matches[2];
458 $addr = $part;
461 if (empty($addr)) {
466 if (!Clean::isASCII($addr)) {
467 … msg(hsc("E-Mail address <$addr> is not ASCII"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
471 if (!MailUtils::isValid($addr)) {
472 … msg(hsc("E-Mail address <$addr> is not valid"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
479 $addr = "<$addr>";
497 $headers .= $text . ' ' . $addr;
626 foreach ($addrs as $addr) {
627 if (isset($this->headers[$addr])) {
628 $this->headers[$addr] = $this->cleanAddress($this->headers[$addr]);