Skip to content

Commit

Permalink
Revert "fix: raise smtp maximum line limit (see #80)"
Browse files Browse the repository at this point in the history
This reverts commit f979823.
  • Loading branch information
YoRyan committed Aug 12, 2023
1 parent f979823 commit 48cf507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mailrise/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def main(args: list[str]) -> None:
port=config.listen_port,
server_hostname=config.smtp_hostname,
decode_data=False,
line_limit_length=2**16,
ident=f'Mailrise {__version__}',
tls_context=tls_starttls,
ssl_context=tls_onconnect,
Expand Down

0 comments on commit 48cf507

Please sign in to comment.