Updated FAQ

pull/217/head
M66B 11 months ago
parent 3f9465ddb2
commit 59817bd294

@ -2915,7 +2915,7 @@ 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"``` ```AI("Is the message below a scam? Answer in English with just yes or no.") contains "yes"```
<br> <br>

@ -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>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>!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>(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><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…
Cancel
Save