[Koha-bugs] [Bug 28019] New: Script "process_message_queue.pl" no more accepting comma separated addresses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 22 19:54:30 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28019

            Bug ID: 28019
           Summary: Script "process_message_queue.pl" no more accepting
                    comma separated addresses
 Change sponsored?: ---
           Product: Koha
           Version: 20.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: mik at adminkuhn.ch
        QA Contact: testopia at bugs.koha-community.org

Since in the Koha staff client it is not possible to send the same e-mail to
two recipients at once we have regularly updated field
"message_queue.to_address" of pending messages by SQL to contain two addresses
instead of one (e. g. "abc at def.com,xyz at def.com") and in Koha 19.11 script
"process_message_queue.pl" sent these notices to both addresses without a
problem. But after the update to Koha 20.11 this doesn't work anymore - instead
the script says:

Invalid 'to' parameter: abc at def.com,xyz at def.comxxx: 11 status returned by
"/usr/share/koha/bin/cronjobs/process_message_queue.pl"

In Bug 26706 Tomas Cohen Arazi wrote: "The non-advertised feature of accepting
comma separated addresses is still not working. I can solve it on a separate
bug report if someone files it. It needs to specify which fields could be
multi-address."

I our case field "message_queue.to_address" did contain two comma separated
addresses. According to
http://schema.koha-community.org/20_11/tables/message_queue.html this is the
only field that contains recipients.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list