From: Ken Hornstein Date: Sun, 3 Jun 2012 19:29:27 +0000 (-0400) Subject: One more lowercase for the content-transfer-encoding. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=f4a3744dd23595be0442c4c035916adfcb0e496f;p=mmh One more lowercase for the content-transfer-encoding. --- diff --git a/docs/contrib/replyfilter b/docs/contrib/replyfilter index ed4fe6b..cbb8fff 100755 --- a/docs/contrib/replyfilter +++ b/docs/contrib/replyfilter @@ -535,7 +535,7 @@ sub process_multipart ($$$) $charset = 'us-ascii'; } - $encoding = defined $cte ? $cte->param('_') : '7bit'; + $encoding = defined $cte ? lc($cte->param('_')) : '7bit'; $name = defined $cdispo ? $cdispo->param('filename') : undef; #