Skip to content

Commit

Permalink
[+]: search for the php "Segmentation fault" :/ v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed May 30, 2016
1 parent 0928cf3 commit 7e0cdbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/classes/Swift/Transport/AbstractSmtpTransport.php
Expand Up @@ -523,7 +523,10 @@ private function _doMailTransaction($message, $reversePath, array $recipients, a
} catch (Swift_TransportException $e) {
$failedRecipients[] = $forwardPath;

$this->_throwException($e);
// $this->_throwException($e);
// throw $e;
// <-- TODO: check this
// <-- https://github.com/michaelhogg/swiftmailer/commit/b824cba068d10c46291018947e463cb201a3e572
}
}

Expand Down

0 comments on commit 7e0cdbd

Please sign in to comment.