improving error_log output on sendMDN

This commit is contained in:
Klaus Leithoff 2009-03-18 12:29:32 +00:00
parent ae752edf13
commit 0ca2692d17

View File

@ -2617,7 +2617,7 @@
if ( preg_match('/\b'.$identity->emailAddress.'\b/',$headers['TO']) ) {
$send->From = $identity->emailAddress;
$send->FromName = $identity->realName;
error_log('Not Default '.$from);
error_log('Not Default '.$send->From);
break;
}
if($identity->default) {