[postfixadmin:bugs] #366 Vacation.pl email subject for non ascii
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <chr...@us...> - 2017-02-08 21:44:34
|
- **status**: open-fixed --> closed-fixed --- ** [bugs:#366] Vacation.pl email subject for non ascii** **Status:** closed-fixed **Group:** v2.92 (3.0 beta2) **Created:** Tue Mar 08, 2016 03:09 PM UTC by czbg **Last Updated:** Wed Feb 08, 2017 08:37 PM UTC **Owner:** nobody If using $SUBJECT string to include original subject in reply, if email contains encoded subject (that is any email not originated from English speaking countries), it will be replied with a garbage subject, e.g. =?koi8-r?Q?FW:_=D3ritical_error?= To fix this I only added two lines to vacation.pl: use Encode; at the beginning $orig_subject = decode("mime-header", $orig_subject); right before the line: my $subject = $row[0]; Please include this fix in the next release. --- Sent from sourceforge.net because pos...@li... is subscribed to https://sourceforge.net/p/postfixadmin/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/postfixadmin/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |