This website works better with JavaScript.
Explore
Help
Sign In
lub
/
mailu
Watch
1
Star
0
Fork
You've already forked mailu
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
1afc5a6a64
mailu
/
core
/
dovecot
/
conf
/
report-spam.sieve
6 lines
94 B
Sieve
Raw
Normal View
History
Unescape
Escape
mark spam as seen
6 years ago
require
"imap4flags"
;
Remove binary apk and use sieve_imap for antispam learning, fixes #33
8 years ago
require
"vnd.dovecot.execute"
;
mark spam as seen
6 years ago
setflag
"\\seen"
;
Learn fuzzy hashes automatically
6 years ago
e
x
e
c
u
t
e
:
p
i
p
e
"spam"
;