View | Details | Raw Unified | Return to bug 6162
Collapse All | Expand All

(-)nightly_mass_check/lib/Mail/SpamAssassin/PerMsgStatus.pm (-1 / +1 lines)
Lines 1351-1357 Link Here
1351
  # default to leaving the original string in place, if we cannot find
1351
  # default to leaving the original string in place, if we cannot find
1352
  # a tag for it (bug 4793)
1352
  # a tag for it (bug 4793)
1353
  local($1,$2,$3);
1353
  local($1,$2,$3);
1354
  $text =~ s{(_(\w+?)(?:\((.*?)\))?_)}{
1354
  $text =~ s{((?=\b|_)_(\w+?)(?:\((.*?)\))?_(?=\b|_))}{
1355
        my $full = $1;
1355
        my $full = $1;
1356
        my $tag = $2;
1356
        my $tag = $2;
1357
        my $result;
1357
        my $result;

Return to bug 6162