Summary | Sending notification after status change or adding comments fails |
Queue | Whups |
Queue Version | 3.0.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | heinz (at) htl-steyr (dot) ac (dot) at |
Created | 08/03/2015 (3625 days ago) |
Due | |
Updated | 10/29/2015 (3538 days ago) |
Assigned | 09/21/2015 (3576 days ago) |
Resolved | 10/29/2015 (3538 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
https://github.com/horde/horde/commit/56cff2f99ccf5b137f33e728116e584ee4124599
whups/lib/Driver.php
Nevertheless this ticket should be closed since everything is working fine
PS: commit b637da251ef261369594eca30af8d94efa650683 should be in the
next stable release of whups
Right, but this bit of code was corrected about 8 months ago by
https://github.com/horde/horde/commit/56cff2f99ccf5b137f33e728116e584ee4124599
(yet) bumped the required version of Horde_Mime in Whups yet.
public static function generateMessageId()
{
$hdr = new Horde_Mime_Headers();
return $hdr->generateMessageId();
}
is producing an empty MessageID which is rejected by the mail server ;-)
(yet) bumped the required version of Horde_Mime in Whups yet.
601c601
< $mail->addHeader('Message-ID', Horde_Mime::generateMessageId());
---
(Mime.php: Use Horde_Mime_Headers_MessageId::create() instead.)
In my installation i was using an older Mime.php -> empty MessageID ->
no notification mail
I think, commit 56cff2f99ccf5b137f33e728116e584ee4124599 fixed this
Nevertheless, why is the stable version of whups using a deprecated method?
I am still of the opinion commit
b637da251ef261369594eca30af8d94efa650683 should be in the next stable
release of whups
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sending notification after status change or adding comments fails
Queue ⇒ Whups
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
via addHeader function with an empty message id -> sending of the
message fails
in the git master version of whups/lib/Driver.php this is done by
addHeaderOb function -> sending works
i think commit b637da251ef261369594eca30af8d94efa650683 (master
branche, whups now uses new Horde_Mime_Header code) is missing in this
branche