From a65483fe08a2e23ce39482dfc9f43c34e89af9db Mon Sep 17 00:00:00 2001
From: M66B <M66B@users.noreply.github.com>
Date: Fri, 6 Sep 2024 18:57:24 +0200
Subject: [PATCH] Added another example expression

---
 FAQ.md     | 2 ++
 index.html | 1 +
 2 files changed, 3 insertions(+)

diff --git a/FAQ.md b/FAQ.md
index ae2e858005..926dc15d8f 100644
--- a/FAQ.md
+++ b/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**
diff --git a/index.html b/index.html
index b3a4e1aabd..c976209cd7 100644
--- a/index.html
+++ b/index.html
@@ -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>