Summary | erroneous messsages when adding entries to blacklists / whitelists |
Queue | IMP |
Queue Version | 4.0.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | liamr (at) umich (dot) edu |
Created | 01/14/2005 (7510 days ago) |
Due | |
Updated | 01/26/2005 (7498 days ago) |
Assigned | 01/14/2005 (7510 days ago) |
Resolved | 01/26/2005 (7498 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
1.1.0 since moving the status generation code out of IMP and into ingo
could cause *no* status messages being output at all if a version of
IMP is used without the status message generation and a version of
Ingo is used without the new status message generation code.
If people want to patch their local code, here are the changes:
http://cvs.horde.org/diff.php/imp/lib/Filter.php?r1=1.57&r2=1.58&ty=u
http://cvs.horde.org/diff.php/ingo/lib/api.php?r1=1.17&r2=1.18&ty=u
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ erroneous messsages when adding entries to blacklists / whitelists
Queue ⇒ IMP
maximum number of members, IMP reports that the entry was added. eg:
Message The address "user@example.com" has been added to your blascklist.
Error Maximum number of blacklisted addresses exceeded (Total
addresses: 6,
Maximum addresses: 5). Could not add new addresses to blacklist.
It should probably only display the error message, instead of the
success message + error message. Showing both is confusing.