Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3310729
parser_notify_a
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
parser_notify_a
View Options
require ["notify","variables"];
# rule:[notify1]
if header :contains "from" "boss@example.org"
{
notify :low :message "This is probably very important";
stop;
}
# rule:[subject]
if header :matches "Subject" "*"
{
set "subject" "${1}";
}
# rule:[from notify2]
if header :matches "From" "*"
{
set "from" "${1}";
notify :high :message "${from}: ${subject}" :method "mailto:test@example.org";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 12:39 PM (19 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
537507
Default Alt Text
parser_notify_a (396 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment