ignore VERPTransactional

This commit is contained in:
Son 2022-04-08 11:06:01 +02:00
parent d26fc6ecf0
commit 42f89b71d7
1 changed files with 1 additions and 1 deletions

View File

@ -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",