Page MenuHomePhorge

parser_comments
No OneTemporary

Size
284 B
Referenced Files
None
Subscribers
None

parser_comments

require ["envelope","fileinto","imap4flags","subaddress"];
# simple to-be-ignored comment with an empty line after (#5657)
# another comment
if envelope :detail "to" "addressextension"
{
setflag "\\Flagged";
}
# Spam
if header :is "X-Spam-Flag" "YES"
{
fileinto "Junk";
stop;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 6, 11:38 PM (19 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1203442
Default Alt Text
parser_comments (284 B)

Event Timeline