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
eee733bf
Commit
eee733bf
authored
Apr 22, 2018
by
IKEDA Soji
Browse files
Remove a notice no longer necessary on deprecation of "host" parameter.
parent
05c37565
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Upgrade.pm
View file @
eee733bf
...
...
@@ -1795,21 +1795,6 @@ sub upgrade {
}
}
# GH Issue #43: The "host" parameter was deprecated.
if
(
lower_version
(
$previous_version
,
'
6.2.32
'))
{
my
$all_lists
=
Sympa::List::
get_lists
('
*
');
foreach
my
$list
(
@
{
$all_lists
||
[]
})
{
if
(
$list
->
{'
admin
'}{'
host
'}
and
$list
->
{'
admin
'}{'
host
'}
ne
$list
->
{'
domain
'})
{
$log
->
syslog
(
'
notice
',
'
NOTICE: %s: "host" parameter has been deprecated by Sympa 6.2.32. Please check list configuration and aliases
',
$list
);
}
}
}
return
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