https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28803
Bug ID: 28803
Summary: process_message_queue.pl dies if any messsages in the
message queue contain an invalid to_address
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Notices
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected]
We try hard to catch bad email addresses on entry, but we don't always succeed
for cases like patron imports.
However, with the introduction of exceptions in Koha::Email->create on invalid
addresses we now die upon meeting such a case in the database. We should
instead wrap this in a try/catch block and report the failure in the database
and then move on to the next message in the queue instead of exploding.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/