unless ($type eq "project" || $type eq "npalert" || $text =~ /RESID/) {
my $digits_4 = qr{ \b \d{4} \b }xms;
$text =~ s{ ($digits_4) }
{$1}xmsg;
my $digits_3 = qr{ \b \d{3} \b }xms;
$text =~ s{ ($digits_3) }
{$1}xmsg;
}# end unless ($type eq "project") {