forked from ungleich-public/cdist-contrib
[type/__mail_alias] Add bug notice about commas
This commit is contained in:
parent
b293c42b5a
commit
27102340de
1 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,15 @@ EXAMPLES
|
|||
# Disable redirection of mail for joe
|
||||
__mail_alias joe --state absent
|
||||
|
||||
|
||||
BUGS
|
||||
----
|
||||
- Quoted strings are not parsed by this type. As a result, email addresses
|
||||
containing ``,`` (commas) are treated incorrectly (they are treated as two
|
||||
addresses/aliases.)
|
||||
Make sure that email addresses do not contain commas.
|
||||
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
:strong:`aliases`\ (5)
|
||||
|
|
Loading…
Reference in a new issue