sieve-2----Page:8
1  2  3  4  5  6  7  8 

Example 2
require [ "for.every.part", "enclose" ]; for.every.part { if mime :filename :matches ["*.com", "*.exe", "*.vbs", "*.scr", "*.pif", "*.hta", "*.bat", "*.zip" ] { # these attachment types are executable enclose “ WARNING! The enclosed message contains executable attachments. These attachments types may contain a computer virus program that can infect your computer and potentently damage your data Before clicking on these message attachments, you should verify with the sender that this message was sent by them and not a computer virus. "; break; } }

PPT Version