mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] support forwarding to address with + separator
This commit is contained in:
parent
30d4f11510
commit
84722111c0
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ alias:
|
||||||
ask: ask_alias_mailforward
|
ask: ask_alias_mailforward
|
||||||
required: True
|
required: True
|
||||||
pattern: &pattern_listemail
|
pattern: &pattern_listemail
|
||||||
- !!str ^([\w.-]+@([^\W_A-Z]+([-]*[^\W_A-Z]+)*\.)+([^\W\d_]{2,}),?)+$
|
- !!str ^([\w.-]+(\+[\w.-]+)*@([^\W_A-Z]+([-]*[^\W_A-Z]+)*\.)+([^\W\d_]{2,}),?)+$
|
||||||
- "pattern_listemail"
|
- "pattern_listemail"
|
||||||
|
|
||||||
### alias_delete()
|
### alias_delete()
|
||||||
|
|
Loading…
Add table
Reference in a new issue