Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Judah - MW
ISPConfig 3
Commits
f6e2eb3a
Commit
f6e2eb3a
authored
Aug 30, 2022
by
Judah MW
Browse files
sieve: Added `body` and `variables` extensions to require. See #6382
parent
51f507e0
Pipeline
#11949
passed with stage
in 6 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
server/conf/sieve_filter.master
View file @
f6e2eb3a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# You can create and activate a per-user sieve script (manually or via managesieve),
# You can create and activate a per-user sieve script (manually or via managesieve),
# which will execute after this.
# which will execute after this.
require ["
fileinto", "mailbox", "regex", "date", "relational", "vacation", "imap4flags", "envelope", "subaddress", "copy", "reject
"];
require ["
body", "copy", "date", "envelope", "fileinto", "imap4flags", "mailbox", "regex", "reject", "relational", "subaddress", "vacation", "variables
"];
<tmpl_if name="move_junk" op="==" value="y">
<tmpl_if name="move_junk" op="==" value="y">
# Move spam to spam folder
# Move spam to spam folder
...
@@ -29,7 +29,7 @@ redirect :copy "<tmpl_var name='address'>";
...
@@ -29,7 +29,7 @@ redirect :copy "<tmpl_var name='address'>";
# You can create and activate a per-user sieve script (manually or via managesieve),
# You can create and activate a per-user sieve script (manually or via managesieve),
# which will execute before this.
# which will execute before this.
require ["
fileinto", "mailbox", "regex", "date", "relational", "vacation", "imap4flags", "envelope", "subaddress", "copy", "reject
"];
require ["
body", "copy", "date", "envelope", "fileinto", "imap4flags", "mailbox", "regex", "reject", "relational", "subaddress", "vacation", "variables
"];
<tmpl_if name="move_junk" op="==" value="a">
<tmpl_if name="move_junk" op="==" value="a">
# Move spam to spam folder
# Move spam to spam folder
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment