This website requires JavaScript.
Explore
Help
Sign In
container
/
dovecot
Watch
1
Star
0
Fork
0
You've already forked dovecot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
edb0b700b0
dovecot
/
rootfs
/
etc
/
confd
/
templates
/
spam.sieve.tmpl
7 lines
87 B
Cheetah
Raw
Normal View
History
Unescape
Escape
add sieve junk configuration
2021-12-22 13:03:37 +00:00
require ["fileinto"];
if header :contains "X-Spam" "Yes" {
fileinto "Junk";
initial commit
2016-07-06 08:58:48 +00:00
stop;
}
Reference in New Issue
Copy Permalink