From 42f89b71d7220e99705a94d897f70986126d08fd Mon Sep 17 00:00:00 2001 From: Son Date: Fri, 8 Apr 2022 11:06:01 +0200 Subject: [PATCH] ignore VERPTransactional --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index a2d56620..edb60c68 100644 --- a/email_handler.py +++ b/email_handler.py @@ -2565,7 +2565,7 @@ class MailHandler: msg[headers.TO], ) return status.E524 - except (VERPReply, VERPForward) as e: + except (VERPReply, VERPForward, VERPTransactional) as e: LOG.w( "email handling fail with error:%s " "mail_from:%s, rcpt_tos:%s, header_from:%s, header_to:%s",