From 2304fd396a1e61b5e73aa0cae3f5596b5a7dfe74 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 26 Feb 2025 16:53:16 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0a3532a428..99c101ab6d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2912,6 +2912,8 @@ Since version 1.2174 it is possible to use expression conditions like: ```from contains "@example.com" && subject contains "Example"``` +Note that there is a separate input field for expression conditions. You can use newlines for more clarity. + Please [see here](https://ezylang.github.io/EvalEx/references/references.html) about which constants, operators and functions are available. The following extra variables are available: diff --git a/index.html b/index.html index aef94da4aa..f9bbfc1c51 100644 --- a/index.html +++ b/index.html @@ -1586,6 +1586,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>

Expressions

Since version 1.2174 it is possible to use expression conditions like:

from contains "@example.com" && subject contains "Example"

+

Note that there is a separate input field for expression conditions. You can use newlines for more clarity.

Please see here about which constants, operators and functions are available.

The following extra variables are available: