Matt Simerson
Matt Simerson
Considering the context though, it sure seems logical that bodies **always** have CRLF endings. I'm actually kind of surprised that we don't have CRLF defined as a constant in haraka-constants,...
Thanks @kolontsov for a nice detailed report of the issue. Any chance you'll follow it up with a PR?
We're overdue for a release, and there's one more bug I'm aware of that needs tracking down before this one gets cut. I also think we're a bit guilty of...
> I believe what I need here is, to add a header at the top of DATA Have you seen add_leading_header?
I don't know, I don't use it
It's still open. It needs a mechanism within Haraka to ask, "is this domain name local?" Because "local" domains are typically defined in plugins, it's more than a trivial task....
@Bramzor HTML additions were merged in #2091.
Is there anything left to do here? The From, To, and Subject headers are being added, unless @typingArtist had a stale or missing `config/bounce_message`.
Code like this `if (!connection.transaction) return next();` is defensive. When someone finds that particular crasher in their logs, we add that to make the problem go away. Is your question,...
> and check it exists before running the hook That would be reasonable. But it doesn't completely resolve the problem. The transaction might exist when the hook starts running. Then...