From 11058803c7f8edfff714b704a6508c365e571184 Mon Sep 17 00:00:00 2001 From: FreeScout Date: Mon, 2 Dec 2024 00:57:59 -0800 Subject: [PATCH] Add extra phrase to no_retry_mail_errors list - closes #870 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 2de94f109..d8979e630 100644 --- a/config/app.php +++ b/config/app.php @@ -289,7 +289,7 @@ | |------------------------------------------------------------------------- */ - 'no_retry_mail_errors' => env('APP_NO_RETRY_MAIL_ERRORS', '(no valid recipients|does not comply with RFC|message file too big)'), + 'no_retry_mail_errors' => env('APP_NO_RETRY_MAIL_ERRORS', '(no valid recipients|does not comply with RFC|message file too big|malformed address)'), /* |--------------------------------------------------------------------------