From e4f48d2901d7c5157edaa73562854a17f67fc233 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 6 Apr 2011 23:28:46 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index ec46808b..155365f4 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -73,7 +73,8 @@ class Pman_Core_NotifySend extends Pman // success.... $ww = clone($w); $w->sent = date('Y-m-d H:i:s'); - $w->msgid = $email['headers']['msgid'']; + $w->msgid = $email['headers']['Message-Id']; + $w->event_id = -1; // sent ok.. - no need to record it.. } -- 2.39.2