|
@@ -652,7 +652,7 @@ |
|
|
block discarded – undo |
|
652
|
652
|
if (!empty($props[PR_CLIENT_SUBMIT_TIME])) |
|
653
|
653
|
mapi_setprops($newMessage, [PR_MESSAGE_DELIVERY_TIME => $props[PR_CLIENT_SUBMIT_TIME]]); |
|
654
|
654
|
else { |
|
655
|
|
- if( preg_match('/^Date:\s*(.+)$/mi', $attachmentStream, $matches)) { |
|
|
655
|
+ if (preg_match('/^Date:\s*(.+)$/mi', $attachmentStream, $matches)) { |
|
656
|
656
|
$dateStr = trim($matches[1]); |
|
657
|
657
|
$deliverytime = strtotime($dateStr); |
|
658
|
658
|
if ($deliverytime) |
Please login to merge, or discard this patch.