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

Pedro Amorim <pedro.amo...@ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #154777|0                           |1
        is obsolete|                            |

--- Comment #40 from Pedro Amorim <pedro.amo...@ptfs-europe.com> ---
Created attachment 154826
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154826&action=edit
Bug 33537: Connect the dots

Use Koha::MailDomainLimits in Koha::Notice::Util->load_domain_limits.
Only use koha-conf as fallback when table is still empty. (This is
just like SMTP servers.)

The test is adjusted accordingly and has moved more to the database
oriented side, first proving that both approaches return the same.

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

NOTE: Replace A and B hereunder by two domains of your own choice.
Add a limit to KOHA-CONF: domain A, 1 per 1 hour.
Add another limit in WEB CONFIG: domain B, 1 per 1 hour
Send 2 notices to domain B. Is 1 message delayed?
Remove the table entry for B.
Run process_message_queue.pl. Is the delayed notice to B sent?
Send 2 notices to domain A. Is 1 delayed (using koha-conf fallback)?

Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
Signed-off-by: Pedro Amorim <pedro.amo...@ptfs-europe.com>

-- 
You are receiving this mail because:
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