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

dep(haraka-email-message): 1.2.3 -> 1.2.4 #3408

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

DoobleD
Copy link
Contributor

@DoobleD DoobleD commented Sep 27, 2024

Fixes haraka/email-message#12.

Changes proposed in this pull request:

  • Update haraka-email-message to 1.2.4, which correcly recognizes attachment filenames containing semicolons.

With this update, emails containing attachments named e.g. "[email protected]; [email protected]" won't be rejected anymore due to the combination of the filename being incorrectly read as "[email protected]" and the attachment Haraka plugin rejecting the com extension.

Checklist:

  • docs updated
  • tests updated
  • Changes updated

To the maintainer: I'm not entirely sure I'm following the right contribution process here (haraka/email-message#13 not being merged yet), feel free to discard this PR for another one if appropriate.

@msimerson
Copy link
Member

Contribution process is just fine, the only nit is that since the other PR isn't merged, that version of email-message isn't yet published on NPM, so the tests here fail.

@msimerson msimerson merged commit 6d39e92 into haraka:master Sep 27, 2024
13 checks passed
@msimerson msimerson mentioned this pull request Sep 27, 2024
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.

Filenames with semicolons are incorrectly parsed
2 participants