[type/__mail_alias] man.rst: Make bugs a list
This commit is contained in:
parent
f76bcd3574
commit
04076a75eb
1 changed files with 9 additions and 5 deletions
|
@ -48,11 +48,15 @@ EXAMPLES
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
----
|
----
|
||||||
- Quoted strings are not parsed by this type. As a result, email addresses
|
- Quoted strings are not parsed by this type. As a result, aliases
|
||||||
containing ``,`` (commas) are treated incorrectly (they are treated as two
|
containing ``,`` (commas) are treated incorrectly (they are treated as
|
||||||
addresses/aliases.)
|
separate aliases.)
|
||||||
Make sure that email addresses do not contain commas.
|
Make sure that email addresses, file names, and pipe commands do not contain
|
||||||
- ``:include:`` directives in the aliases file are ignored by this type.
|
commas.
|
||||||
|
- ``:include:`` directives in the aliases file are not evaluated by this type.
|
||||||
|
They are treated like a regular alias, the values of the included file are
|
||||||
|
not expanded.
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue