From a83e502a7aa36ecbf216c9dc333f1718a6e12647 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 9 Oct 2020 10:20:40 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 4d22e64912..2c2150b5b7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1285,6 +1285,12 @@ to match the username of an email address (the part before the @ sign). Note that the domain name (the parts after the @ sign) always needs to be equal to the domain name of the identity. +If you like to match a catch-all email address, this regex is mostly okay: + +``` +.* +``` + If you like to match the special purpose email addresses abc@example.com and xyx@example.com and like to have a fallback email address main@example.com as well, you could do something like this: