Processors
Processors are used
to exract information you need from the message header or body. If you
have more than one line in the text you process (it can be message header
or body), you can extract by line or by block.
To add processor:
Select 'Processors', press right mouse button and select 'Add Processor'.
After processor is created you can always edit it by double clicking
on it or selecting it and using right mouse button and selecting 'Properties'.
To delete processor select it, press right mouse button and choose 'Delete
Action'
You will see the window
shown bellow

Processor name - it
must be unique within a rule. If you enter a name whih already exists
the software will change it.
Message Field: You
can process the following fields
SUBJECT - processes
the string in the message subject
FROM email - processes the string in the senders email
FROM name - processes the string in the senders name
TO name - processes string in the recipients name
TO email - processes the string in the recipients email
BODY - processes string in the message body
HTMLBODY - processes the string in the message HTML body
HEADER - processes the string in the message header
Data starts: You can
choose from the following
options
After Defined Text
at Start of Line
After Defined Text
Start of Line (Data)
Also you can choose if you want
Match Case
Include Defined
Text
Continues Until: You
can choose from the following
options
End of Line
Defined Text
End of Data
Also you can choose if you want
Match Case
Include Defined
Text
Find matches : finds 1 or more motches for defined processor (0 finds all matches)
To extract a whole
field (for example, full message body) you should choose
Data Starts: Start
of Line (Data)
Continues Until: End
of Data
You can use wildcards for defined text. Read more about available wildcards here.