mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 01:42:54 +08:00
set include_sender_in_reverse_alias to False by default
This commit is contained in:
parent
e06f3dc209
commit
31774f9ea7
1 changed files with 1 additions and 2 deletions
|
@ -850,8 +850,7 @@ def generate_reply_email(contact_email: str, user: User) -> str:
|
||||||
# "The maximum total length of a user name or other local-part is 64
|
# "The maximum total length of a user name or other local-part is 64
|
||||||
# octets."
|
# octets."
|
||||||
|
|
||||||
# todo: turns this to False after Dec 20 2020
|
include_sender_in_reverse_alias = False
|
||||||
include_sender_in_reverse_alias = True
|
|
||||||
|
|
||||||
# user has chosen an option explicitly
|
# user has chosen an option explicitly
|
||||||
if user.include_sender_in_reverse_alias is not None:
|
if user.include_sender_in_reverse_alias is not None:
|
||||||
|
|
Loading…
Reference in a new issue