Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
dba1bd96
Commit
dba1bd96
authored
May 03, 2012
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#2201 - sieve duplicate message
parent
258d1024
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
server/conf/sieve_filter.master
server/conf/sieve_filter.master
+2
-1
server/conf/sieve_filter_1.2.master
server/conf/sieve_filter_1.2.master
+2
-1
No files found.
server/conf/sieve_filter.master
View file @
dba1bd96
...
...
@@ -4,7 +4,6 @@ require ["fileinto", "regex", "vacation"];
<tmpl_if name="cc">
# Send a copy of email to
redirect "<tmpl_var name='cc'>";
keep;
</tmpl_if>
<tmpl_if name="move_junk" op="==" value="y">
...
...
@@ -18,6 +17,8 @@ if header :contains "X-Spam-Flag" "YES" {
<tmpl_var name='custom_mailfilter'>
keep;
<tmpl_if name="autoresponder" op="==" value="y">
#################################################################
# Autoreply
...
...
server/conf/sieve_filter_1.2.master
View file @
dba1bd96
...
...
@@ -4,7 +4,6 @@ require ["fileinto", "regex", "date", "relational", "vacation"];
<tmpl_if name="cc">
# Send a copy of email to
redirect "<tmpl_var name='cc'>";
keep;
</tmpl_if>
<tmpl_if name="move_junk" op="==" value="y">
...
...
@@ -18,6 +17,8 @@ if header :contains "X-Spam-Flag" "YES" {
<tmpl_var name='custom_mailfilter'>
keep;
<tmpl_if name="autoresponder" op="==" value="y">
#################################################################
# Autoreply
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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