}

#

#If the junk mail filter thinks this is probably junk else if header :contains ["X-Spam-Level"] ["***"]{

#put it in my junkmail box for me to check

fileinto "INBOX.JunkMail";

}

#

#for all other cases...

else {

#put it in my inbox fileinto "INBOX";

}

#End of script

130

Appendix B    Sample Sieve Scripts

Page 130
Image 130
Apple 10.6 manual 130