if the site email is email@domain.com, the From header in the activation mail is as follows:
From: "<email@domain.com>" <<email@domain.com>>
this causes the activation mail to be rejected by mail servers. the expected result should be
From: "email@domain.com" <email@domain.com>
the email in the mysql database is recorded correctly as email@domain.com without additional angle brackets
Installation as follows:
wordpressmu 1.2.1 (subdomains)
CentOS 4.4 (redhat enterprise clone)
exim 4.63
mysql 4.1.21
php 5.2.1
new signups via wp-signup.php
any ideas how to fix this? thanks.