}
#
#If the junk mail filter thinks this is probably junk else if header :contains
#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