* On Wed, 31 Aug 2005, Jeremy Newman wrote:
- On Wed, 2005-08-31 at 19:24 +0300, Saulius Krasuckas wrote:
Still winehq server/mail-manager converts the type to "application/octet-stream".
Pipermail stores all attachments in as .bin files. .. When you click the link, apache sees .bin, which will always return a mime type of application/octet-stream.
Ok, I am still new to apache. :-]
I wonder, can't Pipermail store all attachments here as .diff files? BTW, that would encourange users not to send .bz2 files. :-P
The only way to work around that is for pipermail to use a cgi program which would send the correct mime type when you download a file.
What programming language would be appropriate here? And how much lines approximately would such program take?