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

Added another example expression

This commit is contained in:
M66B 2024-09-06 18:57:24 +02:00
parent bbed892773
commit a65483fe08
2 changed files with 3 additions and 0 deletions

2
FAQ.md
View file

@ -2883,6 +2883,8 @@ Example conditions:
```!onBlocklist() && hasMx() && attachments() > 0```
```(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())```
<br>
**Actions**

View file

@ -1583,6 +1583,7 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
<p>Example conditions:</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>(received + 7*24*60*60*1000) &lt; DT_DATE_TO_EPOCH(DT_NOW())</code></p>
<p><br></p>
<p><strong>Actions</strong></p>
<p>You can select one of these actions to apply to matching messages:</p>