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

How can I rebuild archives and get attachments with exact extensions? #1838

Open
msjang opened this issue May 13, 2024 · 1 comment
Open
Labels

Comments

@msjang
Copy link

msjang commented May 13, 2024

Version

Sympa 6.2.66

Installation method

Ubuntu 22.04 LTS
apt install -y sympa

Expected behavior

I uploaded eml files on /var/lib/sympa/arc/mylist@mydomain/YYYY-MM/arctxt/
and I performed Rebuild archives for an individual list.
The archive would gives attachments with exact same extensions.

Actual behavior

The archive gives attachments with 'bin' extension only.
sympa-reindex-extensions

@ikedas
Copy link
Member

ikedas commented May 31, 2024

Hi @msjang ,
I found that, unfortunately, MHonArc has a bug.

Could you please try applying this fix and customizing mhonarc_rc.tt2 as below?

<MIMEARGS>
...
(existing settings)
...
application/hwp+zip; subdir ext=hwpx type="Hanword Document"
application/x-hwp; subdir ext=hwp type="Hanword Document"
</MIMEARGS>

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

2 participants