[EMAIL PROTECTED] writes:
> - $hdrs =~ s/^(${header}: .*?)\t\([^)]\)$/$1/gm;
> + $hdrs =~ s/^(${header}: .*?)\t\([^)]*\)$/$1/gm;A thought: maybe add some comments for this code, especially this line. Also, why not [\t ] instead of \t? Daniel -- Daniel Quinlan anti-spam (SpamAssassin), Linux, http://www.pathname.com/~quinlan/ and open source consulting
