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
13af5d06
Unverified
Commit
13af5d06
authored
Jan 30, 2021
by
IKEDA Soji
Committed by
GitHub
Jan 30, 2021
Browse files
Merge pull request #1053 from faust64/patch-1 by faust64
Truncate searchkey_list with long subject field.
parents
3392c839
739af93e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
13af5d06
...
...
@@ -6037,7 +6037,7 @@ sub _update_list_db {
my
$name
=
$self
->
{'
name
'};
my
$searchkey
=
Sympa::Tools::Text::
foldcase
(
$self
->
{'
admin
'}{'
subject
'}
||
'');
substr
(
Sympa::Tools::Text::
foldcase
(
$self
->
{'
admin
'}{'
subject
'}
||
'')
,
0
,
255
)
;
my
$status
=
$self
->
{'
admin
'}{'
status
'};
my
$robot
=
$self
->
{'
domain
'};
...
...
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