From 1762cae2c95cb3032dc14396c9872b3e14b2bc2b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 19 Mar 2006 13:42:03 -0800 Subject: [PATCH] * remove double decode_rfc1522 --- scripts/process.in | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/process.in b/scripts/process.in index a208d81f..d857f8d2 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -262,7 +262,6 @@ if ($codeletter eq 'D' || $codeletter eq 'F') } $markedby= $header{'from'} eq $replyto ? $replyto : "$header{'from'} (reply to $replyto)"; - $markedby = decode_rfc1522($markedby); my @generalcc; if ($codeletter eq 'F') { (&appendlog,&finish) if length($data->{forwarded}); -- 2.39.5