From a8e8045505324b3942742940bc13de1aa419a925 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 30 Jan 2025 07:58:55 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 5 ++++- index.html | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 3ad7b5e02d..888343b081 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2899,9 +2899,12 @@ to be able to match [unfolded headers](https://tools.ietf.org/html/rfc2822#secti
+ **Expressions** -Since version 1.2174 it is possible to use expression conditions. +Since version 1.2174 it is possible to use expression conditions like: + +```from contains "@example.com" && subject contains "Example"``` Please [see here](https://ezylang.github.io/EvalEx/references/references.html) about which constants, operators and functions are available. diff --git a/index.html b/index.html index 7afaeda2ee..a987624e79 100644 --- a/index.html +++ b/index.html @@ -1582,8 +1582,9 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
.*alice@example\.org.*|.*bob@example\.org.*|.*carol@example\.org.*

Note that dot all mode is enabled to be able to match unfolded headers.


-

Expressions

-

Since version 1.2174 it is possible to use expression conditions.

+

Expressions

+

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

+

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

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

The following extra variables are available: