mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Log exception when handle_bounce_deprecated is used
This commit is contained in:
parent
c431abd917
commit
f4218a0693
1 changed files with 1 additions and 0 deletions
|
@ -1135,6 +1135,7 @@ def handle_bounce_deprecated(contact: Contact, alias: Alias, msg: Message, user:
|
|||
Handle bounce that is sent to the reverse-alias
|
||||
Happens when an email cannot be forwarded to a mailbox
|
||||
"""
|
||||
LOG.exception("handle_bounce_deprecated shouldn't be called %s %s", contact, alias)
|
||||
disable_alias_link = f"{URL}/dashboard/unsubscribe/{alias.id}"
|
||||
|
||||
# Store the bounced email
|
||||
|
|
Loading…
Reference in a new issue