In perl.git, the branch tonyc/perlbug-sendmail-failure has been created
<http://perl5.git.perl.org/perl.git/commitdiff/217612914291ec910e4035d5fbd6d08e1af600c5?hp=0000000000000000000000000000000000000000>
at 217612914291ec910e4035d5fbd6d08e1af600c5 (commit)
- Log -----------------------------------------------------------------
commit 217612914291ec910e4035d5fbd6d08e1af600c5
Author: Tony Cook <[email protected]>
Date: Sat Oct 1 11:39:19 2016 +1000
don't drop the report on the floor if sendmail fails
If sendmail returns a non-zero result _send_message_sendmail()
simply warned instead of throwing an exception. Since there's
no exception it's caller assumes all is well and exits.
Changed to throw an exception so the calling code prompts the
user for a file to save the report to.
-----------------------------------------------------------------------
--
Perl5 Master Repository