6.0.0-beta1
7/6/25

[#12033] when message ID is missing
Summary when message ID is missing
Queue IMP
Queue Version 6.0.2
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester viktor (at) szepe (dot) net
Created 02/11/2013 (4528 days ago)
Due
Updated 02/11/2013 (4528 days ago)
Assigned 02/11/2013 (4528 days ago)
Resolved 02/11/2013 (4528 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/11/2013 08:10:56 PM Michael Slusarz Comment #3
State ⇒ Resolved
Reply to this comment
IMP 6.0.4.
02/11/2013 08:08:47 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 8ba5e50c8a89bca59bafc591dda644243955dc04
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Mon Feb 11 12:51:45 2013 -0700

     Bug #12033: better sanity checking when Message-ID is empty 
(which can never happen for a valid message)

  imp/lib/Maillog.php |   25 ++++++++++++++-----------
  imp/lib/Message.php |    7 ++-----
  2 files changed, 16 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/8ba5e50c8a89bca59bafc591dda644243955dc04
02/11/2013 05:24:50 PM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
02/11/2013 02:10:36 PM viktor (at) szepe (dot) net Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ when message ID is missing
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
imp/message.php:925:

please check for existence of $envelope->message_id

if (!empty($conf['maillog']['use_maillog']) && $envelope->message_id) {
     $injector->getInstance('IMP_Maillog')->displayLog($envelope->message_id);
}

Saved Queries