mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Updated FAQ
This commit is contained in:
parent
28f9dfd201
commit
4c8866585d
1 changed files with 2 additions and 0 deletions
2
FAQ.md
2
FAQ.md
|
@ -2610,6 +2610,8 @@ Note that email addresses are formatted like this:
|
|||
"Somebody" <somebody@example.org>
|
||||
``
|
||||
|
||||
When using a regex, you need to take care to match the complete address.
|
||||
|
||||
Note that message texts are normalized when not using a regex, which means that all whitespaces (spaces, tabs, line breaks, etc) are replaced by a single space.
|
||||
This makes it easier to match texts on multiple lines or when the line break is at different places.
|
||||
|
||||
|
|
Loading…
Reference in a new issue