Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
ac6a7b97
Unverified
Commit
ac6a7b97
authored
Jun 03, 2019
by
IKEDA Soji
Committed by
GitHub
Jun 03, 2019
Browse files
Merge pull request #618 from ldidry/fix-613 by ldidry
Fix #613 — Avoid MHonArc’s search warning flood
parents
6cd975ac
f808eeb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/WWW/Marc/Search.pm
View file @
ac6a7b97
...
...
@@ -304,6 +304,11 @@ sub search {
last
if
(
/-->/
);
}
}
# If $subj is undefined, <$fh> will be undefined thus going further
# is useless
next
unless
defined
$subj
;
$subj
=~
s/ *-->$//
;
(
$from
=
<
$fh
>
)
=~
s/^<!--X-From-R13: (.*) -->/$1/
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment