mirror of https://github.com/M66B/FairEmail.git
Updated FAQ
This commit is contained in:
parent
110a5bd40e
commit
03ec67a389
3
FAQ.md
3
FAQ.md
|
@ -2329,6 +2329,9 @@ Note that email addresses are formatted like this:
|
|||
"Somebody" <somebody@example.org>
|
||||
``
|
||||
|
||||
Note that message texts are normalized, 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.
|
||||
|
||||
You can use multiple rules, possibly with a *stop processing*, for an *or* or a *not* condition.
|
||||
|
||||
Matching is not case sensitive, unless you use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression).
|
||||
|
|
Loading…
Reference in New Issue