Page MenuHomePhorge

parser_enotify_a
No OneTemporary

Authored By
Unknown
Size
435 B
Referenced Files
None
Subscribers
None

parser_enotify_a

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

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)

Event Timeline