
13 Apr
2004
13 Apr
'04
4:33 p.m.
On 13-04-2004 at 17:47, Alessandro Ranellucci wrote:
$Self->{Body} =~ s/(> )?(.{$NewLine}[^\s]*\s)/$2\n/g;
Actually that line should be as follow to prevent un-quoting of quoted
text:
$Self->{Body} =~ s/((> )?.{$NewLine}[^\s]*\s)/$1\n/g;
--
Alessandro Ranellucci (HOSTING CENTER)