Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120838111
parser_enotify_a
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
435 B
Referenced Files
None
Subscribers
None
parser_enotify_a
View Options
require ["enotify","variables"];
# rule:[notify1]
if header :contains "from" "boss@example.org"
{
notify :importance "1" :message "This is probably very important" "mailto:alm@example.com";
stop;
}
# rule:[subject]
if header :matches "Subject" "*"
{
set "subject" "${1}";
}
# rule:[from notify2]
if header :matches "From" "*"
{
set "from" "${1}";
notify :importance "3" :message "${from}: ${subject}" "mailto:alm@example.com";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 1:55 PM (5 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18763044
Default Alt Text
parser_enotify_a (435 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline