Index: extra/mail_handler/rdm-mailhandler.rb =================================================================== --- extra/mail_handler/rdm-mailhandler.rb (revision 13925) +++ extra/mail_handler/rdm-mailhandler.rb (working copy) @@ -129,7 +129,7 @@ debug "Posting to #{uri}..." begin response = Net::HTTPS.post_form(URI.parse(uri), data, headers, :no_check_certificate => no_check_certificate) - rescue SystemCallError => e # connection refused, etc. + rescue SystemCallError, EOFError => e # connection refused, etc. warn "An error occured while contacting your Redmine server: #{e.message}" return 75 # temporary failure end