Summary | Default Forward Action yields an error |
Queue | IMP |
Queue Version | 4.3.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | herde (at) tu-harburg (dot) de |
Created | 05/13/2009 (5870 days ago) |
Due | 05/31/2009 (5852 days ago) |
Updated | 05/13/2009 (5870 days ago) |
Assigned | |
Resolved | 05/13/2009 (5870 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
omited the underscore there.
So you can clear this ticket
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Default Forward Action yields an error
Due ⇒ 05/31/2009
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
If we are trying to forward a mail and not using the dropdown menue of
the forward icon but using the default action it yields this error
message:
We cannot verify that this request was really sent by you. It could be
a malicious request. If you intended to perform this action, you can
retry it now.
If we retry it works but seemingly not in every case for every user.
our customers are a little confused here.
The only difference i can see in the below javascript row be choosing
the default action is :
javascript:pop_imp('/horde/imp/compose.php',700,650,'actionID=forwardall&index=140147&identity=2&thismailbox=INBOX);
but choosing the action from the dropdown menu manualy:
javascript:pop_imp('/horde/imp/compose.php',700,650,'actionID=forward_all&index=140147&identity=2&thismailbox=INBOX);
the difference is 'forwardall' but not 'forward_all' . Maybe a typo ?