Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
b9f8c535
Commit
b9f8c535
authored
May 23, 2018
by
Hinrikus Wolf
Browse files
dovecot: create junk folder automatically
parent
713265c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dovecot/files/filter_junk.sieve
View file @
b9f8c535
require
"fileinto"
;
if
header
:contains
"X-Spam-Flag"
"YES"
{
fileinto
"Junk"
;
fileinto
:create
"Junk"
;
}
if
header
:contains
"Subject"
"*SPAM*"
{
fileinto
"Junk"
;
fileinto
:create
"Junk"
;
}
Write
Preview
Supports
Markdown
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