Skip to content

Commit

Permalink
Update Sources/Subs-Post.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesquipedalian authored Aug 5, 2023
1 parent 8bb536a commit 8c03465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Subs-Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ function server_parse($message, $socket, $code, &$response = null)
* 550 - cPanel rejected sending due to DNS issues
* 450 - DNS Routing issues
*/
if ($resonse_code < 500 && !in_array($resonse_code, [450]))
if ($response_code < 500 && $response_code != 450))
log_error($txt['smtp_error'] . $server_response);

return false;
Expand Down

0 comments on commit 8c03465

Please sign in to comment.