From 7931c43bef510c880357554a3f6ea53c02c0a7bf Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 20 Aug 2026 06:58:45 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 280f85f3dd..af5291748f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2992,7 +2992,7 @@ Note that a regular expression supports an *or* operator, so if you want to matc ``` Note that [dot all mode](https://developer.android.com/reference/java/util/regex/Pattern#DOTALL) is enabled -to be able to match [unfolded headers](https://tools.ietf.org/html/rfc2822#section-3.2.3). +to be able to match [unfolded headers](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.23).
diff --git a/index.html b/index.html index bf32b0762e..1852f9ec4a 100644 --- a/index.html +++ b/index.html @@ -1633,7 +1633,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
.*@.*\.xyz>

Note that a regular expression supports an or operator, so if you want to match multiple senders, you can do this:

.*alice@example\.org.*|.*bob@example\.org.*|.*carol@example\.org.*
-

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

+

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 like: