Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
2f1dbe8c
Commit
2f1dbe8c
authored
2 years ago
by
Judah - MW
Committed by
Till Brehm
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add useful default extensions to sieve require template. See #6382
parent
51f507e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1630
Add useful default extensions to sieve require template. See #6382
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/conf/sieve_filter.master
+2
-2
2 additions, 2 deletions
server/conf/sieve_filter.master
with
2 additions
and
2 deletions
server/conf/sieve_filter.master
+
2
−
2
View file @
2f1dbe8c
...
...
@@ -3,7 +3,7 @@
# You can create and activate a per-user sieve script (manually or via managesieve),
# 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">
# Move spam to spam folder
...
...
@@ -29,7 +29,7 @@ redirect :copy "<tmpl_var name='address'>";
# You can create and activate a per-user sieve script (manually or via managesieve),
# 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">
# Move spam to spam folder
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment