Summary: | mail-filter/maildrop-2.5.4 breaks reformime compatibilty used by qmail-scanner 2.0x | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Karel Hala <stripe> |
Component: | [OLD] Server | Assignee: | Net-Mail Packages <net-mail+disabled> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | qmail-bugs+disabled |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 376563 | ||
Attachments: | File with attachment with utf8 umlaut |
Description
Karel Hala
2011-09-17 21:20:58 UTC
Created attachment 288083 [details]
File with attachment with utf8 umlaut
Using LANG="C" or LANG="en_US"
try reformime -x < utf8umlaut.eml
crashes
export LANG="en_US.utf8"
works ... (but might break with umlauts in other encoding ...)
Problem sounds like http://sourceforge.net/mailarchive/message.php?msg_id=24606798 citation: " Systems affected should be able to simply edit their qmail-scanner-queue.pl file (around line 77) and replace the following line with an English localization setting ie replace: $ENV{'LC_ALL'}= $ENV{'LANG'} = $ENV{'LANGUAGE'} = 'C'; with $ENV{'LC_ALL'}= $ENV{'LANG'} = $ENV{'LANGUAGE'} = 'en_US'; " It seems to happen when you send mails with umlauts in the attachment names. Problem is that encoding en_US also doesn't work when the attachment is utf8 encoded ... Quick workaround: go back to previous stable version (2.4.2 has not this problem) Well havent skills to debug maildrop this way. But I am for editing ebuild of qmail-scanner and handle this event with warning or some kind of mask >=maildrop-2.5 linking to this bug. Yes the language which mainly comes to SMTP contens of diacritic letters. Until author of qmail-scanner will handle this within upstream it seems to be an issue. May I ask maintainers of qmail-scanner to respect this? thanks Stripe |