This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
mracs-configurations
Watch
1
Star
0
Fork
You've already forked mracs-configurations
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ebd508caaf
mracs-configurations
/
Dovecot
/
sieve
/
default.sieve
5 lines
85 B
Sieve
Raw
Blame
History
require
"fileinto"
;
if
header
:
contains
"X-Spam-Flag"
"YES"
{
fileinto
"Junk"
;
}
Reference in New Issue
View Git Blame
Copy Permalink