Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3318817
parser_notify_a
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
407 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 :method "mailto" :options "test@example.org" :message "${from}: ${subject}";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 5:44 PM (20 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
506657
Default Alt Text
parser_notify_a (407 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment