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

Add an unescaping version of SmtpDataFilter #1605

Closed

Conversation

mrmonday
Copy link

Add a filter which does the opposite of SmtpDataFilter, removing the additional leading . from the start of lines.

This is mostly a copy/paste/tweak of SmtpDataFilter. It is not an exact opposite of SmtpDataFilter - it does not remove \r\n where it is added there - I wasn't sure that was the right thing to do. It also ignores the flush parameter.

See also: #1607

Add a filter which does the opposite of `SmtpDataFilter`, removing the
additional leading `.` from the start of lines.
@jstedfast jstedfast closed this Jul 13, 2023
@mrmonday mrmonday deleted the smtp-data-unescape-filter branch July 14, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants