https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA --- Comment #58 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #54) > We cover ReturnPathDefault but do not fallback to Admin like here: > > + $args->{from} = $self->email->header("Sender") || > C4::Context->preference('KohaAdminEmailAddress'); > > I am keeping it in blocked over the weekend.. Dont think we should do that here. If you keep the pref ReturnpathDefault empty, return path falls back correctly to sender. And we already use AdminEmail as a fallback. The fix is fine as-is. -- You are receiving this mail because: 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/
