From 8ca904070e99b8de8a3cd4268323211e0ce67c46 Mon Sep 17 00:00:00 2001 From: ceonelson Date: Wed, 21 Aug 2024 18:58:58 -0500 Subject: [PATCH] fix ! examples --- app/views/faq/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/faq/index.md b/app/views/faq/index.md index 13f7ffbde8..e8eff188ac 100644 --- a/app/views/faq/index.md +++ b/app/views/faq/index.md @@ -3247,7 +3247,7 @@ If you are on the free plan, then simply add a new DNS 3600 TXT - forward-email=/^(linus|torvalds)$/:!! + forward-email=/^(linus|torvalds)$/:! @@ -3394,7 +3394,7 @@ For example, if I want all emails that go to `alias@example.com` to stop flowing Tip: - If you want increased security, then you can also remove the ":user@gmail.com" (or ":nobody@forwardemail.net") part, leaving just "!alias" as in the example below. + If you want increased security, then you can also remove the ":user@gmail.com" (or ":nobody@forwardemail.net") part, leaving just "!!!alias" as in the example below.