defa
2012-09-05 921408eba600a7dc51271c35480e9114cac5ecec
commit | author | age
4bb0bf 1 require ["body","fileinto"];
AM 2 if body :raw :contains "MAKE MONEY FAST"
3 {
4     stop;
5 }
6 if body :content "text" :contains ["missile","coordinates"]
7 {
8     fileinto "secrets";
9 }
10 if body :content "audio/mp3" :contains ""
11 {
12     fileinto "jukebox";
13 }
14 if body :text :contains "project schedule"
15 {
16     fileinto "project/schedule";
17 }