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:
parent
bbed892773
commit
a65483fe08
2 changed files with 3 additions and 0 deletions
2
FAQ.md
2
FAQ.md
|
@ -2883,6 +2883,8 @@ Example conditions:
|
|||
|
||||
```!onBlocklist() && hasMx() && attachments() > 0```
|
||||
|
||||
```(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())```
|
||||
|
||||
<br>
|
||||
|
||||
**Actions**
|
||||
|
|
|
@ -1583,6 +1583,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org></code></pre>
|
|||
<p>Example conditions:</p>
|
||||
<p><code>header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*"</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><br></p>
|
||||
<p><strong>Actions</strong></p>
|
||||
<p>You can select one of these actions to apply to matching messages:</p>
|
||||
|
|
Loading…
Reference in a new issue