mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
Added AI interference example
This commit is contained in:
parent
5dc5115777
commit
69bacfb539
2 changed files with 3 additions and 0 deletions
2
FAQ.md
2
FAQ.md
|
@ -2915,6 +2915,8 @@ Example conditions:
|
||||||
|
|
||||||
```(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())```
|
```(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())```
|
||||||
|
|
||||||
|
```AI("Is this a scam? Answer with yes or no.") contains "yes"```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
**Actions**
|
**Actions**
|
||||||
|
|
|
@ -1599,6 +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>header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*"</code></p>
|
||||||
<p><code>!onBlocklist() && hasMx() && attachments() > 0</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>(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><br></p>
|
<p><br></p>
|
||||||
<p><strong>Actions</strong></p>
|
<p><strong>Actions</strong></p>
|
||||||
<p>You can select one of these actions to apply to matching messages:</p>
|
<p>You can select one of these actions to apply to matching messages:</p>
|
||||||
|
|
Loading…
Reference in a new issue