filter
Reg Ex Filter — Regular Expression filter that matches expressions on a line, and then applies an action to them.<filter class="xms.examples.RegExFilter" … />
Table 22. Attributes for filter tag (for xms.examples.RegExFilter)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| action | The action to take if the expression is matched | CodeClass One of the following values: continue,reject,discard,accept,tempfail,permfail,error | accept | no |
| header | The specific header to test for if using mode "specific-header" | String any character combination | none | no |
| mode | Section of the message to test | ModeType One of the following values: specific-header,body,headers,header-values,all | none | no |
| regex | The regular expression to test for | Pattern a regular expression | none | yes |