https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30013
--- Comment #8 from Marcel de Rooy <[email protected]> --- (In reply to Kyle M Hall from comment #3) > How do we know what the error is? Koha::Email uses Email::Stuffer as a base > with uses Email::Sender::Simple which throws an Email::Sender::Failure > exception. If we know what the code for that is, we add a new 'retry' > status, and a 'retry_after' timestamp such that process_message_queue.pl > will only attempt to send retries after that timestamp. In many cases Koha will just send to port 25. If the local mta receives it, Koha marks it as sent. But the mail is not yet outside. E.g. My local mta is now trying to send it to my mail container. Which also receives it and the problem comes up there. Bug 33360 tries to throttle a bit smarter than the current limit does by looking at recipient domains too. -- 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/
