mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
Fix: typo in the message (#1522)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
parent
f2a840016b
commit
38c93e7f85
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class UnsubscribeHandler:
|
|||
return status.E507
|
||||
mailbox = Mailbox.get_by(email=envelope.mail_from)
|
||||
if not mailbox:
|
||||
LOG.w("Unknown mailbox %s", msg[headers.SUBJECT])
|
||||
LOG.w("Unknown mailbox %s", envelope.mail_from)
|
||||
return status.E507
|
||||
|
||||
if unsub_data.action == UnsubscribeAction.DisableAlias:
|
||||
|
|
Loading…
Reference in a new issue