Index: ./www/en/cgi/query-pr.cgi =================================================================== RCS file: /home/ncvs/www/en/cgi/query-pr.cgi,v retrieving revision 1.67 diff -u -r1.67 query-pr.cgi --- ./www/en/cgi/query-pr.cgi 15 Nov 2009 12:08:18 -0000 1.67 +++ ./www/en/cgi/query-pr.cgi 15 Nov 2009 16:59:17 -0000 @@ -673,6 +673,7 @@ } if ($encoding == ENCODING_BASE64) { + next if $txt =~ /:/; $outp .= $txt; next; } elsif ($encoding == ENCODING_QP) { @@ -1027,7 +1028,7 @@ } if (($inpatch & PATCH_BASE64) && $getpatch) { - $outp .= $_; + $outp .= $_ unless /:/; return 1; }