Lines Matching refs:addr
456 $addr = $matches[2];
459 $addr = $part;
462 if (empty($addr)) {
467 if (!Clean::isASCII($addr)) {
468 … msg(hsc("E-Mail address <$addr> is not ASCII"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
472 if (!MailUtils::isValid($addr)) {
473 … msg(hsc("E-Mail address <$addr> is not valid"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
480 $addr = "<$addr>";
498 $headers .= $text . ' ' . $addr;
627 foreach ($addrs as $addr) {
628 if (isset($this->headers[$addr])) {
629 $this->headers[$addr] = $this->cleanAddress($this->headers[$addr]);