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
030a66ca
Commit
030a66ca
authored
Feb 01, 2021
by
IKEDA Soji
Browse files
WWSympa: arc: web_archive_spam_protection: "gecos" (only show gecos) didn't work
parent
e1555fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Template.pm
View file @
030a66ca
...
...
@@ -251,7 +251,7 @@ sub _obfuscate {
my
(
$context
,
$mode
)
=
@_
;
return
sub
{
shift
}
unless
grep
{
$mode
eq
$_
}
qw(at javascript)
;
unless
grep
{
$mode
eq
$_
}
qw(at
gecos
javascript)
;
return
sub
{
my
$text
=
shift
;
...
...
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