ProxySG Content Policy Language Guide

im.file.path=

Tests the file path of a file associated with an instant messaging transaction against the specified criterion.

Syntax

im.file.path[.case_sensitive]=string im.file.path.prefix[.case_sensitive]=prefix_string im.file.path.substring[.case_sensitive]=substring im.file.path.regex[.case_sensitive]=“expr

where:

string—An exact match of the complete path.

prefix . . . prefix_stringSpecifies a prefix match.

substring . . . substringSpecifies a substring match of the path.

regex . . . expr”—Takes a regular expression.

Notes

By default the test is case-insensitive. Specifying .case_sensitive makes the test case-sensitive.

Layer and Transaction Notes

Use in <Proxy> and <Exception> layers.

Applies to instant messaging transactions.

See Also

Actions: append(), im.alert( ), set( )

Conditions: im.buddy_id=, im.chat_room.conference=, im.chat_room.id=, im.chat_room.invite_only=, im.chat_room.type=, im.chat_room.member=, im.chat_room.voice_enabled=, im.file.extension=, im.file.name=, im.file.size=, im.message.route=, im.message.size=, im.message.text=, im.message.type=, im.method=, im.user_id=

Properties: im.strip_attachments( )

94

Page 94
Image 94
Blue Coat Systems Proxy SG manual Im.file.path=