Skip to content

Commit

Permalink
Updated FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Apr 19, 2024
1 parent 9b8638f commit 0a10746
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
14 changes: 9 additions & 5 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -2757,19 +2757,23 @@ The following extra variables are available:

* from (array)
* to (array)
* subject (array)
* text (array)
* hasAttachments (boolean)
* subject
* text
* hasAttachments

The following extra operators are available:

* (array) contains
* (array) matches (=regex)
* contains
* matches (=regex)

The following extra functions are available:

* header(name)

Example condition:

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

<br>

**Actions**
Expand Down
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1501,19 +1501,21 @@ <h2>
<ul>
<li>from (array)</li>
<li>to (array)</li>
<li>subject (array)</li>
<li>text (array)</li>
<li>hasAttachments (boolean)</li>
<li>subject</li>
<li>text</li>
<li>hasAttachments</li>
</ul>
<p>The following extra operators are available:</p>
<ul>
<li>(array) contains</li>
<li>(array) matches (=regex)</li>
<li>contains</li>
<li>matches (=regex)</li>
</ul>
<p>The following extra functions are available:</p>
<ul>
<li>header(name)</li>
</ul>
<p>Example condition:</p>
<p><code>header("X-Mailer") contains "Open-Xchange" &amp;&amp; from matches ".*service@.*" &amp;&amp; !hasAttachments</code></p>
<p><br></p>
<p><strong>Actions</strong></p>
<p>You can select one of these actions to apply to matching messages:</p>
Expand Down

0 comments on commit 0a10746

Please sign in to comment.