From 5f5fc90e101d98bd446c14037a74bcc393d7974c Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 18 Mar 2020 10:13:32 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 661efd2b61..a6d2cba106 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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.