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

action_rebuild modifies quoted-printable attachments even if part should not be modified #16

Open
bigio opened this issue Oct 17, 2020 · 2 comments

Comments

@bigio
Copy link
Contributor

bigio commented Oct 17, 2020

If in the email message there is a quoted-printable attachment and it's not been modified by mimedefang-filter, when MimeDefang runs action_rebuild it forces all lines to 76 chars thus modifying the attachment.

@bigio
Copy link
Contributor Author

bigio commented Oct 18, 2020

quoted-printable must limit lines to 76 chars, it seems Microsoft Outlook creates quoted-printable attachments with lines longer that 76 chars, so in action_rebuild the attached file is reformatted correctly even if different from its origin.
This could break some digitally signed pdf attachments.

@dfskoll
Copy link
Contributor

dfskoll commented Apr 1, 2021

Do you have a test case you could share?

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

No branches or pull requests

2 participants