1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Updated FAQ

This commit is contained in:
M66B 2020-03-18 10:13:32 +01:00
parent 34ca87a354
commit 5f5fc90e10

2
FAQ.md
View file

@ -1697,7 +1697,7 @@ The following rule conditions are available:
All the conditions of a rule need to be true for the rule action to be executed.
All conditions are optional, but there needs to be at least one condition, to prevent matching all messages.
Matching all messages is still possible by using a regex for the sender or recipient address, if you really want to.
If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
You can use multiple rules, possibly with a *stop processing*, for an *or* or a *not* condition.