Page MenuHomePhorge

parser_spamtest
No OneTemporary

Size
304 B
Referenced Files
None
Subscribers
None

parser_spamtest

require ["comparator-i;ascii-numeric","fileinto","relational","spamtest"];
# rule:[Spam1]
if allof (spamtest :value "eq" :comparator "i;ascii-numeric" "10")
{
fileinto "Junk";
}
# rule:[Spam2]
if allof (spamtest :value "ge" :comparator "i;ascii-numeric" "3")
{
fileinto "INBOX.spam-trap";
}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 8:00 AM (17 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1262408
Default Alt Text
parser_spamtest (304 B)

Event Timeline