haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.04k stars 662 forks source link

messagestream: don't send default settings #3290

Closed msimerson closed 5 months ago

msimerson commented 6 months ago

I'm pretty sure most of these are anachronisms, left over from when message_stream didn't have robust options handling and one had to pass in an object or an exception was thrown. Now requests to message_stream.pipe have a default argument object

Checklist: