Summary | Bad Alarm Notification |
Queue | Kronolith |
Queue Version | 3.0.5 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | jan (at) horde (dot) org |
Requester | adominguez (at) cne (dot) gob (dot) ve |
Created | 07/26/2011 (5090 days ago) |
Due | |
Updated | 11/30/2011 (4963 days ago) |
Assigned | |
Resolved | 11/30/2011 (4963 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
[jan] Catch exceptions from Horde_Mime when sending alarm messages
(
Bug #10388).3 files changed, 26 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/f0d79743c7453854a57728d85c0e726a4b795b79
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Bad Alarm Notification
Type ⇒ Bug
State ⇒ Unconfirmed
you set the option ?Email? of the Alarm Notification, i.e. the mail
?that is a BAD MAIL? (yea clearly is not an email format and that's
the point), when the alarm come on, the interface will fail (a BIG
one), and will get:
====================
Se ha producido un error irreparable
Validation failed for: reunion ya
1. IMP::status() /var/local/horde/imp/compose-dimp.php:274
2. Horde_Notification_Handler->notify() /var/local/horde/imp/lib/IMP.php:372
3. Horde_Notification_Handler_Decorator_Alarm->notify()
/var/local/horde/pear/php/Horde/Notification/Handler.php:317
4. Horde_Alarm->notify()
/var/local/horde/pear/php/Horde/Notification/Handler/Decorator/Alarm.php:61
5. Horde_Alarm_Handler_Mail->notify()
/var/local/horde/pear/php/Horde/Alarm.php:421
6. Horde_Mime_Mail->send()
/var/local/horde/pear/php/Horde/Alarm/Handler/Mail.php:96
7. Horde_Mime::encodeAddress()
/var/local/horde/pear/php/Horde/Mime/Mail.php:475
8. Horde_Mime_Address::parseAddressList()
/var/local/horde/pear/php/Horde/Mime.php:260
====================
And the user won be able to use any interface option (IMP, Calendar,
Address Book, anything) until alarms event has gone. In fact the
script ?horde-alarms? won work either (so nobody won be able on
receive a mail notification) and the error will be:
====================
Error irrecuperable:
Validation failed for: problema ya
1. Horde_Alarm->notify() /var/local/horde/pear/horde-alarms:22
2. Horde_Alarm_Handler_Mail->notify()
/var/local/horde/pear/php/Horde/Alarm.php:421
3. Horde_Mime_Mail->send()
/var/local/horde/pear/php/Horde/Alarm/Handler/Mail.php:96
4. Horde_Mime::encodeAddress()
/var/local/horde/pear/php/Horde/Mime/Mail.php:475
5. Horde_Mime_Address::parseAddressList()
/var/local/horde/pear/php/Horde/Mime.php:260
====================