Page MenuHomePhorge

parser_date
No OneTemporary

Size
663 B
Referenced Files
None
Subscribers
None

parser_date

require ["comparator-i;ascii-numeric","date","fileinto","relational"];
# rule:[date]
if allof (date :originalzone :value "ge" :comparator "i;ascii-numeric" "date" "hour" "09")
{
fileinto "urgent";
}
# rule:[date-weekday]
if date :is "received" "weekday" "0"
{
fileinto "weekend";
}
# rule:[date-zone]
if date :zone "-0500" :value "gt" :comparator "i;ascii-numeric" "received" "iso8601" "2007-02-26T09:00:00-05:00"
{
stop;
}
# rule:[currentdate]
if anyof (currentdate :is "weekday" "0", currentdate :value "lt" :comparator "i;ascii-numeric" "hour" "09", currentdate :value "ge" :comparator "i;ascii-numeric" "date" "2007-06-30")
{
stop;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 9, 5:45 PM (20 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
494753
Default Alt Text
parser_date (663 B)

Event Timeline