From dbedcba49d343c2745eee1271b8e90626f4cc735 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 20 Aug 2026 09:01:18 +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 66bcc551e6..c81c088eb7 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://datatracker.ietf.org/doc/html/rfc5322#section-3.2.23). +to be able to match [unfolded headers](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.2).
diff --git a/index.html b/index.html index 2fb735bbce..6a3abecbde 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: