Summary | [IMP6.0.2] Mails quarantined by PureMessage not released correctly |
Queue | IMP |
Queue Version | 6.0.2 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | pophal (at) tubit (dot) tu-berlin (dot) de |
Created | 06/06/2014 (4024 days ago) |
Due | |
Updated | 11/04/2014 (3873 days ago) |
Assigned | 06/06/2014 (4024 days ago) |
Resolved | 06/09/2014 (4021 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Feedback
Priority ⇒ 2. Medium
New Attachment: Bildschirmfoto.png
Patch ⇒ No
Milestone ⇒
Summary ⇒ [IMP6.0.2] Mails quarantined by PureMessage not released correctly
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
contains in its HTML part links intended to release single mails from
this state:
<a
href="mailto:pmx-auto-approve%2bb3d968a11842ea44725099d1227baf87@quarantine-3.tu-berlin.de?subject=Release%20message%20from%20quarantine&body=%5b%23wpt8-17115%5d">[#wpt8-17115]</a>
Clicking on such a link produces the following compose window [screenshot]
lacking To: field and containing an incomplete body.
Link location as copied from the browser reads:
javascript:void(window.open('/horde/imp/dynamic.php?page=compose&subject=Release%20message%20from%20quarantine&body=%5B%23wpt8-17115%5D&to=pmx-auto-approve%252bb3d968a11842ea44725099d1227baf87%40quarantine-3.tu-berlin.de&popup=1','','width=820,height=610,status=1,scrollbars=yes,resizable=yes'))
It should read (firebug approved):
javascript:void(window.open('/horde/imp/dynamic.php?page=compose&subject=Release%20message%20from%20quarantine&body=%5B%2523wpt8-17115%5D&to=pmx-auto-approve%252bb3d968a11842ea44725099d1227baf87%40quarantine-3.tu-berlin.de&popup=1','','width=820,height=610,status=1,scrollbars=yes,resizable=yes'))
IMP 4.3.9 handles this in an analogous way, and there it works.