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

Need to proper MIME line endings in message files #1518

Closed
ietf-svn-bot opened this issue Nov 9, 2014 · 5 comments
Closed

Need to proper MIME line endings in message files #1518

ietf-svn-bot opened this issue Nov 9, 2014 · 5 comments
Labels
Milestone

Comments

@ietf-svn-bot
Copy link

owner:[email protected] resolution_fixed type_task | by [email protected]


Need to convert lf -> crlf for all messages in archive and change import to handle this.


Issue migrated from trac:1518 at 2022-03-03 02:46:36 +0000

@ietf-svn-bot
Copy link
Author

@[email protected] commented


Version 1.2.0 includes changes to save messages with CRLF line endings. Next need to run a conversion on the archive:

find /a/mailarch/data/archive -type f -not -path "/_attachments/" -exec unix2dos -f {} ;

@ietf-svn-bot
Copy link
Author

@[email protected] commented


updated command:

find /a/mailarch/data/archive -type f -not -path "/_attachments/" -exec unix2dos -f -k -q {} ;

@ietf-svn-bot
Copy link
Author

@[email protected] changed status from new to closed

@ietf-svn-bot
Copy link
Author

@[email protected] changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@[email protected] commented


Resolved. Conversion run 2015-01-28 pm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant