Skip to content

Commit

Permalink
Merge pull request #1928 from ikedas/issue-1924 by ikedas
Browse files Browse the repository at this point in the history
Bug in custom_subject rendering (#1924)
  • Loading branch information
ikedas authored Jan 28, 2025
2 parents afbc496 + d400b17 commit cf6f10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Sympa/Spindle/TransformIncoming.pm
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ sub _twist {
my $subject_field;
my $re_regexp = Sympa::Regexps::re();

'' =~ /()/; # clear $1
if ($message->{'subject_charset'}) {
# Note that Unicode case-ignore match is performed.
my $uStem =
Expand Down

0 comments on commit cf6f10d

Please sign in to comment.