Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9789618
parser_index
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
587 B
Referenced Files
None
Subscribers
None
parser_index
View Options
require ["comparator-i;ascii-numeric","date","fileinto","index","relational"];
# rule:[index-header1]
if header :index 1 :last :contains "X-DSPAM-Result" "Spam"
{
fileinto "Spam";
stop;
}
# rule:[index-header2]
if header :index 2 :contains ["From","To"] "test@domain.tld"
{
discard;
stop;
}
# rule:[index-address]
if address :index 1 :is "From" "nagios@domain.tld"
{
fileinto "domain.tld";
stop;
}
# rule:[index-date]
if date :index 1 :last :zone "-0500" :value "gt" :comparator "i;ascii-numeric" "received" "iso8601" "2007-02-26T09:00:00-05:00"
{
stop;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 8:17 AM (13 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1244722
Default Alt Text
parser_index (587 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment