Re: [maildropl] Maildrop handling subject containing unicode characters
Brought to you by:
mrsam
|
From: Milan O. <cou...@di...> - 2022-09-10 05:49:07
|
On Fri, 09 Sep 2022 18:48:47 -0400 Sam Varshavchik <mr...@co...> wrote: [ snip ] > I think it's just a simple environment issue. When I ran a manual > test, I got: > > $ maildrop filter <msg > bash: line 1: reformime: command not found > subject Test ľščťž → > > That's because reformime is over here: > > $ which reformime > /usr/lib/courier/bin/reformime > > Which is not in the default PATH. This is not the case with Courier installed as FreeBSD port. Here, reformime is in /usr/local/bin and maildrop finds it. To check, I tried reformimes in maildrop script, a not existing program, and there was line telling sh: reformimes: not found in log file as expected. With reformime in script, there is no such message in log. Creating file acc with some accented characters, so % cat acc ľšťž and executing % reformime -o "`cat acc`" | hd 00000000 0a |.| 00000001 points to reformime itself being the culprit... Could this be eventually some issue being fixed in newer version? I have Courier suite 1.1.4 installed and Courier Unicode library 2.2.4, if that's relevant. Regards, Milan |