Updated FAQ

This commit is contained in:
M66B 2023-04-14 07:57:50 +02:00
parent 28f9dfd201
commit 4c8866585d
1 changed files with 2 additions and 0 deletions

2
FAQ.md
View File

@ -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.