Action
|
scanSettings.cfScanSettings.
errorActions.action
Possible values:
Skip if the Skip action is selected.Reject if the Reject action is selected.DeleteMessage if the Delete message action is selected.
|
Rule created:
scanSettings.cfScanSettings.errorActions.action[][Skip]
scanSettings.cfScanSettings.errorActions.backup[][false]
scanSettings.cfScanSettings.errorActions.mark[][%5BERROR%5D]
Rule modified:
scanSettings.cfScanSettings.errorActions.action[Skip][Reject]
scanSettings.cfScanSettings.errorActions.backup[false][true]
scanSettings.cfScanSettings.errorActions.mark[%5BERROR%5D]
[%5BCF ERROR%5D]
Rule removed
scanSettings.cfScanSettings.errorActions.action[Reject][]
scanSettings.cfScanSettings.errorActions.backup[true][]
scanSettings.cfScanSettings.errorActions.mark[%5BCF ERROR%5D][]
|
Delete headers – Text
|
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToDelete.textList
|
For changes on the Text tab:
Rule created:
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToDelete.textList.Added[X-MS-Exchange-Abc X-MS-Exchange-Def]
Rule modified:
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToDelete.textList.Added[X-MS-Exchange-Ghi X-MS-Exchange-Xyz]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToDelete.textList.Removed[X-MS-Exchange-Def]
Rule removed
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToDelete.textList.Removed[X-MS-Exchange-Abc X-MS-Exchange-Ghi X-MS-Exchange-Xyz]
|
Modify headers
|
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToModify
Values in the list are represented as pairs of records: one record for the header name, and another for the value.
If a header is added or removed, such an event is represented by two records:
1. A record with the added or removed header in the following form:
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToModify{N}.<header name>
2. A record with the value of the added or removed header in the following form:
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToModify{N}.<header value>
If only the header is changed, the modifications of the pair are represented by a single record of the following form:
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToModify{N}.<header name>
If only the value of the header is changed, the modifications of the pair are represented by a single record of the following form:
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToModify{N}.<header value>
Where N is the serial number of the pair in the list of pairs.
If the serial number of a line changes, the modifications of the pair are represented by a single record of the following form:
scanSettings.cfScanSettings.
errorActions.headersToChange.
headersToModify{N}.<serial number>
|
Rule created
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{1}.name[][X-MS-Exchange-Abc]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{1}.value[][123]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{2}.name[][X-MS-Exchange-Def]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{2}.value[][456]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.name[][X-MS-Exchange-Ghi]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.value[][789]
Rule modified
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{1}.name[X-MS-Exchange-Abc][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{1}.value[123][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{2}.value[456][444]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{2}.index[2][1]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.name[X-MS-Exchange-Ghi][X-PT-Ghi]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.index[3][2]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.name[][X-MS-Exchange-Xyz]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.value[][111]
Rule removed
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{1}.name[X-MS-Exchange-Def][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{1}.value[444][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{2}.name[X-PT-Ghi][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{2}.value[789][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.name[X-MS-Exchange-Def][]
scanSettings.cfScanSettings.errorActions.headersToChange.
headersToModify{3}.value[111][]
|