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
cd020ab7
Commit
cd020ab7
authored
May 23, 2018
by
Hinrikus Wolf
Browse files
dovecot: fix bug in filter_junk.sieve
parent
8ac4eb5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
dovecot/files/filter_junk.sieve
View file @
cd020ab7
require
"fileinto"
;
require
[
"fileinto"
,
"mailbox"
]
;
if
header
:contains
"X-Spam-Flag"
"YES"
{
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