Skip to content

Commit

Permalink
fix: raise smtp maximum line limit (see #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoRyan committed Aug 12, 2023
1 parent 0e58518 commit f979823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mailrise/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ 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 f979823

Please sign in to comment.