[Tickets #1057] RESOLVED: MIME.php Choking on Improper Headers
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Nov 30 08:27:38 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1057
-----------------------------------------------------------------------
Ticket | 1057
Updated By | bruno at livernais.org
Summary | MIME.php Choking on Improper Headers
Queue | IMP
Version | HEAD
State | Resolved
Priority | 1. Low
Type | Bug
Owners | Horde Developers
-----------------------------------------------------------------------
bruno at livernais.org (2005-11-30 08:27) wrote:
I've just hacked my $PEAR/Mail/RFC822.php as show below. It's a bit
different and works well!!!
function _validateAddress($address)
{
if ($address['address'] == 'Recipient list not shown:' ||
$address['address'] == '"Recipient list not shown"@' ||
$address['address'] == 'undisclosed-recipients:') {
$address['address'] = 'undisclosed-recipients';
$address['group'] = false;
}
More information about the bugs
mailing list