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: koha-bugs@lists.koha-community.org
          Reporter: martin.renvo...@ptfs-europe.com
        QA Contact: testo...@bugs.koha-community.org
                CC: ha...@orex.es, koha-bugs@lists.koha-community.org,
                    testo...@bugs.koha-community.org

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
Koha-bugs@lists.koha-community.org
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/

Reply via email to