Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow input line length to exceed RFC2822 limit #45

Closed
wants to merge 3 commits into from

Conversation

ttw
Copy link

@ttw ttw commented Jul 30, 2016

This is my initial hack at patching #18. It basically defines two different buffer lengths, one for the received message (DMA_LINE_MAX) and one for sent messages (RFC2822_LINE_MAX); thus it moves the current error from a receipt error to a transmission error.

n0gOoi3 added 2 commits July 30, 2016 03:09
… continue to restrict remote output (RFC822_LINE_MAX).
@ttw ttw changed the title Corecode/dma#18 Allow input line length to exceed RFC2822 limit Jul 30, 2016
@ttw ttw closed this Aug 1, 2016
@ttw ttw deleted the corecode/dma#18 branch August 1, 2016 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant