This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Mailu
Watch
1
Star
0
Fork
0
You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced
2024-12-14 10:53:30 +02:00
Code
Issues
Releases
Activity
9cb2ef7632
Mailu
/
core
/
dovecot
/
conf
/
report-spam.sieve
6 lines
94 B
Sieve
Raw
Normal View
History
Unescape
Escape
mark spam as seen
2019-01-09 20:53:52 +02:00
require
"imap4flags"
;
Remove binary apk and use sieve_imap for antispam learning, fixes #33
2016-12-11 20:15:09 +02:00
require
"vnd.dovecot.execute"
;
mark spam as seen
2019-01-09 20:53:52 +02:00
setflag
"\\seen"
;
Learn fuzzy hashes automatically
2018-10-17 18:48:28 +02:00
e
x
e
c
u
t
e
:
p
i
p
e
"spam"
;
Reference in New Issue
Copy Permalink