require ["fileinto"]; # rule:[مزعج 1] if allof (header :contains "subject" "YOU PERVERT! I RECORDED YOU!", header :contains "from" "info@hillawi.com", header :contains "to" "info@hillawi.com") { fileinto "INBOX.Trash"; discard; } # rule:[del] if allof (header :contains "subject" "YOU PERVERT, I RECORDED YOU!", header :contains "from" "John@4452.com", header :contains "to" "info@hillawi.com") { fileinto "INBOX.Trash"; stop; }