Summary: | Calls to Mail::Sendmail should not fail silently | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | Acquisitions | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, julian.maurice |
Version: | Main | ||
Hardware: | PC | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Reworked patch submitted
Signed off patch |
Description
Chris Cormack
2010-05-21 01:15:16 UTC
Still awaiting follow up patches I think the need Galen identified for further patches was largely mitigated by the removal of sendmail from some of the C4 libraries where it was not necessarily checking success/failure. I've posted a patch that ensures all calls to sendmail elsewhere give the error return on failure (and used carp in all cases) Follow up patch has been sent by Colin, thanks Colin. If we could get a quick signoff (it looks fine to me fwiw) then ill push it up This bug is mentioned in: Bug 3810 : Ensure all calls to Mail::Sendmail handled consistently http://lists.koha-community.org/pipermail/koha-patches/2010-December/013269.html Created attachment 3300 [details] [review] Signed off patch Pushed and merged, please test and mark resolved |