Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10702407
parser_enotify_a
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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
Mon, Sep 7, 1:44 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1184394
Default Alt Text
parser_enotify_a (435 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment