Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3313974
parser_notify_b
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
parser_notify_b
View Options
require ["envelope","notify","variables"];
# rule:[from]
if envelope :matches "from" "*"
{
set "env_from" " [really: ${1}]";
}
# rule:[subject]
if header :matches "Subject" "*"
{
set "subject" "${1}";
}
# rule:[from notify]
if address :matches "from" "*"
{
set "from_addr" "${1}";
notify :method "sms" :options "1234567890" :message "${from_addr}${env_from}: ${subject}";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 2:46 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511114
Default Alt Text
parser_notify_b (395 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment