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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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. "[email protected],[email protected]") 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: [email protected],[email protected]: 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.
_______________________________________________
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/