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

Haraka should support SMTP BDAT command #2859

Closed
The-Nutty opened this issue Nov 11, 2020 · 3 comments
Closed

Haraka should support SMTP BDAT command #2859

The-Nutty opened this issue Nov 11, 2020 · 3 comments

Comments

@The-Nutty
Copy link

Currently Haraka does not support the "BDAT" command, not only can this speed up sending large messages but it is required in some cases for example office 365 gives the following error in an NDR in specific messages.

550 5.6.11 SMTPSEND.BareLinefeedsAreIllegal; message contains bare linefeeds, which cannot be sent via DATA and receiving system does not support BDAT

Is there any intention to support BDAT? Or is it already added and im just missing something?

@The-Nutty The-Nutty changed the title Haraka BDAT support Haraka should support SMTP BDAT command Nov 11, 2020
@KingNoosh
Copy link
Member

We have no immediate plans to do this, we rely on contributions from outsiders for this kind of thing.

Might be worth looking at how we handle DATA. I'll be happy to review the PR if you do take this path.

We also have a Slack if you want to drop in and talk about the code too which you can find a link in the readme.

@celesteking
Copy link
Contributor

celesteking commented Nov 17, 2020

Care should be taken when implementing this correctly, if at all.

@msimerson
Copy link
Member

moved to wiki/TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants