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
14ed8900
Unverified
Commit
14ed8900
authored
Jan 17, 2021
by
Stefan Hornburg (Racke)
Committed by
GitHub
Jan 17, 2021
Browse files
Merge pull request #4 from ikedas/racke/pr/fix-invalid-aliases-program-message
Added an option "none" for aliases_program parameter
parents
ab90800a
ffbc4156
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Config/Schema.pm
View file @
14ed8900
...
...
@@ -479,11 +479,12 @@ our %pinfo = (
context
=>
[
qw(domain site)
],
order
=>
4.04
,
group
=>
'
mta
',
format
=>
'
makemap|newaliases|postalias|postmap|/.+
',
format
=>
'
makemap|newaliases|postalias|postmap|/.+
|none
',
default
=>
'
newaliases
',
gettext_id
=>
'
Program used to update alias database
',
gettext_comment
=>
'
This may be "makemap", "newaliases", "postalias", "postmap" or full path to custom program.
',
# Option "none" was added on 6.2.61b
},
aliases_wrapper
=>
{
context
=>
[
qw(domain site)
],
...
...
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