mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Updated FAQ
This commit is contained in:
parent
8d4f5ba098
commit
a83e502a7a
1 changed files with 6 additions and 0 deletions
6
FAQ.md
6
FAQ.md
|
@ -1285,6 +1285,12 @@ to match the username of an email address (the part before the @ sign).
|
||||||
|
|
||||||
Note that the domain name (the parts after the @ sign) always needs to be equal to the domain name of the identity.
|
Note that the domain name (the parts after the @ sign) always needs to be equal to the domain name of the identity.
|
||||||
|
|
||||||
|
If you like to match a catch-all email address, this regex is mostly okay:
|
||||||
|
|
||||||
|
```
|
||||||
|
.*
|
||||||
|
```
|
||||||
|
|
||||||
If you like to match the special purpose email addresses abc@example.com and xyx@example.com
|
If you like to match the special purpose email addresses abc@example.com and xyx@example.com
|
||||||
and like to have a fallback email address main@example.com as well, you could do something like this:
|
and like to have a fallback email address main@example.com as well, you could do something like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue