1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 07:42:52 +00:00

Updated FAQ

This commit is contained in:
M66B 2024-11-01 15:34:01 +01:00
parent 3f9465ddb2
commit 59817bd294
2 changed files with 2 additions and 2 deletions

2
FAQ.md
View file

@ -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>

View file

@ -1599,7 +1599,7 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
<p><code>header("X-Mailer") contains "Open-Xchange" &amp;&amp; from matches ".*service@.*"</code></p>
<p><code>!onBlocklist() &amp;&amp; hasMx() &amp;&amp; attachments() &gt; 0</code></p>
<p><code>(received + 7*24*60*60*1000) &lt; 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>