Skip to content

Commit

Permalink
Merge pull request #1040 from ikedas/racke/pr/alias-wrapper-option-94…
Browse files Browse the repository at this point in the history
…6 by ikedas

Additional fix to #946 (#1015)
  • Loading branch information
ikedas authored Dec 1, 2020
2 parents 36739f1 + 27ae6f7 commit 10ee7b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/Sympa/Aliases/Template.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit 10ee7b4

Please sign in to comment.