Tag Elements Beginning with S
> <sender> (configuration/services/ggsn/service-identification/
smtp-rule/term/from/smtp)
Usage
<configuration>
<services>
<ggsn>
<service-identification>
<smtp-rule>
<term>
<from>
<smtp>
<sender>
<case/>
<is>is</is>
<not-is>...</not-is>
<starts-with>starts-with</starts-with>
<not-starts-with>...</not-starts-with>
<ends-with>ends-with</ends-with>
<not-ends-with>...</not-ends-with>
<contains>...</contains>
<not-contains>...</not-contains>
</sender>
</smtp>
</from>
</term>
</smtp-rule>
</service-identification>
</ggsn>
</services>
</configuration>
Description
Match smtp sender.
Contents
<case>—Consider case while processing.
<contains>—Matches a substring.
<ends-with>—End matches.
<is>—Exact match.
<not-contains>—Doesn't match a substring.
<not-ends-with>—End doesn't match.
<not-is>—Exclude exact match.
<not-starts-with>—Beginning doesn't match.
<starts-with>—Beginning matches.