Skip to content

Commit 14ed890

Browse files
authored
Merge pull request #4 from ikedas/racke/pr/fix-invalid-aliases-program-message
Added an option "none" for aliases_program parameter
2 parents ab90800 + ffbc415 commit 14ed890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/Sympa/Config/Schema.pm

+2-1
Original file line numberDiff line numberDiff line change
@@ -479,11 +479,12 @@ our %pinfo = (
479479
context => [qw(domain site)],
480480
order => 4.04,
481481
group => 'mta',
482-
format => 'makemap|newaliases|postalias|postmap|/.+',
482+
format => 'makemap|newaliases|postalias|postmap|/.+|none',
483483
default => 'newaliases',
484484
gettext_id => 'Program used to update alias database',
485485
gettext_comment =>
486486
'This may be "makemap", "newaliases", "postalias", "postmap" or full path to custom program.',
487+
# Option "none" was added on 6.2.61b
487488
},
488489
aliases_wrapper => {
489490
context => [qw(domain site)],

0 commit comments

Comments
 (0)