And provide a way to validate via mailtransporttest
Details
Details
- Reviewers
machniak - Group Reviewers
Restricted Project - Commits
- rKc518066e0f23: Make sure to forward emails with CRLF line endings
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/mollekopf
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 54621 Build 19413: arc lint + arc unit
Event Timeline
Comment Actions
I do have a second part to the patch that catches the exception, and returns CODE_ACCEPT_EMPTY instead in order to not halt mail delivery, but then again, we should never run into this I think.
Also, when the mail was reinjected before fixing line endings, https://www.postfix.org/postconf.5.html#sendmail_fix_line_endings did the CRLF conversion I think.
Comment Actions
The reinjection didn't actually work without converting back to LF only, not sure why.
I know included code to actually validate via a testmodule, which is always active,
that can be used to trigger a change and thus validate that the entire pipeline works as
planned.