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
27ae6f73
Commit
27ae6f73
authored
Nov 17, 2020
by
IKEDA Soji
Browse files
Don't try to invoke sympa_newaliases-wrapper if it has been removed
parent
164c34fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Aliases/Template.pm
View file @
27ae6f73
...
...
@@ -233,7 +233,8 @@ sub alias_wrapper {
my
$list
=
shift
;
my
$command
;
if
(
Conf::
get_robot_conf
(
$list
->
{'
domain
'},
'
aliases_wrapper
')
eq
'
on
')
{
if
(
Conf::
get_robot_conf
(
$list
->
{'
domain
'},
'
aliases_wrapper
')
eq
'
on
'
and
-
e
Sympa::Constants::
LIBEXECDIR
.
'
/sympa_newaliases-wrapper
')
{
return
Sympa::Constants::
LIBEXECDIR
.
'
/sympa_newaliases-wrapper
';
}
...
...
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