mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
ignore VERPTransactional
This commit is contained in:
parent
d26fc6ecf0
commit
42f89b71d7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue