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())``` +
**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 <somebody+extra@example.org>

Example conditions:

header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*"

!onBlocklist() && hasMx() && attachments() > 0

+

(received + 7*24*60*60*1000) < DT_DATE_TO_EPOCH(DT_NOW())


Actions

You can select one of these actions to apply to matching messages: