Haraka icon indicating copy to clipboard operation
Haraka copied to clipboard

Haraka should support SMTP BDAT command

Open The-Nutty opened this issue 4 years ago • 2 comments

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 avatar Nov 11 '20 13:11 The-Nutty

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.

KingNoosh avatar Nov 11 '20 14:11 KingNoosh

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

celesteking avatar Nov 17 '20 11:11 celesteking

moved to wiki/TODO

msimerson avatar Apr 28 '24 00:04 msimerson