1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Updated FAQ

This commit is contained in:
M66B 2023-04-14 07:57:50 +02:00
parent 28f9dfd201
commit 4c8866585d

2
FAQ.md
View file

@ -2610,6 +2610,8 @@ Note that email addresses are formatted like this:
"Somebody" <somebody@example.org> "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. 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. This makes it easier to match texts on multiple lines or when the line break is at different places.