Variable
|
Description
|
AltParser
|
Example: AltParser = True
If this value is set to 'True', GetMail to examine the attachments of messages it receives IF the body of the message is completely blank.
If the attachment is in an ASCII format (HTML, XML, etc), the program will use the contents of the file as the body of the message.
|
AltParserStripTags
|
Example: AltParserStripTags = True
If this value is set to 'True', GetMail will remove formatting tags from the data parsed from attached files.
This entry's function is contingent on the GetMail_Alt_Parser registry entry existing and being set to 'True'.
|
ForceAdhocEmail
|
Example: ForceAdhocEmail = True
Enabling this parameter tells GetMail that mailbox value for every incoming message should be treated as ad-hoc. When this is enabled, PageGate will not try to match the incoming mailbox name with a recipient or group.
|
InterfaceFilter
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: InterfaceFilter = c:\PageGateData\Filters\yourfilter.xml
This parameter calls on the filter after messages have been extracted from the incoming email and decoding has taken place/
|
InterfaceFilterDebugFile
|
Example: InterfaceFilterrDebugFile = c:\PageGateData\Filters\GetMailFilter.log
When using an interface filter, you can use this parameter to output this specific filter's log to the declared location and file name.
|
RawInterfaceFilter
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: RawInterfaceFilter = c:\PageGateData\Filters\yourfilter.xml
This parameter calls on the filter before messages have been extracted from the incoming email and decoding has taken place/
|
RawInterfaceFilterDebugFile
|
Example: RawInterfaceFilterDebugFile = c:\PageGateData\Filters\GetMailFilter.log
When using a raw interface filter, you can use this parameter to output this specific filter's log to the declared location and file name.
|
SubjectFilter
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: SubjectFilter = c:\PageGateData\Filters\YourSubjectFilter.xml
This parameter calls on a filter that will only work with the contents of the subject line and will not influence the recipient(s) or body of the message.
|
SubjectFilterDebugFile
|
Example: SubjectFilterDebugFile = c:\PageGateData\Filters\GetMailSubjectFilter.log
When using a subject filter, you can use this parameter to output this specific filter's log to the declared location and file name.
|
UseFilterDll
|
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Example: UseFilterDll = True
Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.
Setting this parameter to true tells PageGate to use the filter dll, which is a more efficient method of running the filter.
|