From 3bd638355a7a5a0d17bf5e06a4eb7bca2fc4fe1d Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 20 Aug 2026 07:14:31 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 +++ index.html | 1 + 2 files changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index af5291748f..66bcc551e6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3055,6 +3055,9 @@ Example conditions: Note that *message("name")* returns an array. COALESCE returns the first value of an array, so it can be compared with a string value. +Note that detecting the message text language needs to be enabled on the behavior settings tab page, +and that changing this option doesn't affect the language detection of already received messages. +
**Actions** diff --git a/index.html b/index.html index 1852f9ec4a..2fb735bbce 100644 --- a/index.html +++ b/index.html @@ -1677,6 +1677,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>

AI("Is the message below a scam? Answer in English with just yes or no.") contains "yes"

COALESCE(message("language")) == "en"

Note that message(“name”) returns an array. COALESCE returns the first value of an array, so it can be compared with a string value.

+

Note that detecting the message text language needs to be enabled on the behavior settings tab page, and that changing this option doesn’t affect the language detection of already received messages.


Actions

You can select one of these actions to apply to matching messages: