From 59817bd294e6e06797b593c581d2a58afd51979c Mon Sep 17 00:00:00 2001 From: M66B <M66B@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:34:01 +0100 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 932e92c1d3..b08d3361eb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2915,7 +2915,7 @@ Example conditions: ```(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())``` -```AI("Is this a scam? Answer with yes or no.") contains "yes"``` +```AI("Is the message below a scam? Answer in English with just yes or no.") contains "yes"``` <br> diff --git a/index.html b/index.html index ed728c376e..09a832cd31 100644 --- a/index.html +++ b/index.html @@ -1599,7 +1599,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org></code></pre> <p><code>header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*"</code></p> <p><code>!onBlocklist() && hasMx() && attachments() > 0</code></p> <p><code>(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())</code></p> -<p><code>AI("Is this a scam? Answer with yes or no.") contains "yes"</code></p> +<p><code>AI("Is the message below a scam? Answer in English with just yes or no.") contains "yes"</code></p> <p><br></p> <p><strong>Actions</strong></p> <p>You can select one of these actions to apply to matching messages:</p>