Bug 33360: Add Koha::Notice::Util for mail domain limits
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 30 Mar 2023 12:56:55 +0000 (14:56 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 14 Apr 2023 14:35:29 +0000 (11:35 -0300)
commit0cbbd1b3d2cc92092fb2d87b285b4c75233faa59
tree65596668f048a8fa1f31db53a3273864e385ec0a
parentfc44f6e8ecd7decacb44bc3b18ba749a14503e53
Bug 33360: Add Koha::Notice::Util for mail domain limits

Ground work in new module.
Includes unit test.

Test plan:
Run t/db_dependent/Koha/Notice_Util.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Notice/Util.pm [new file with mode: 0644]
t/db_dependent/Koha/Notice_Util.t [new file with mode: 0755]