| 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 (4650 days ago) |
| Due | |
| Updated | 02/11/2013 (4650 days ago) |
| Assigned | 02/11/2013 (4650 days ago) |
| Resolved | 02/11/2013 (4650 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
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
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ when message ID is missing
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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);
}