Online documentation for EmailFilter
Generated 2006-03-17
Can be used to filter emails.
Description
EmailFilter is a specialized version of the
DictionaryFilter component. It provides
functionality to specify email filters
using safe lists and blocked lists of email
addresses. It is intended to be used
on messages produced by the
EmailReceiver component.
Configuration
- to add email addresses to a safe-list defined
by this component,
set property addToSafeList to
something like {sre@cs.nott.ac.uk,stefan_egglestone@hotmail.com}
- to remove these addresses, set property
removeFromSafeList to
{sre@cs.nott.ac.uk,stefan_egglestone@hotmail.com}
- perform similar operations involving
properties addToBlockedList and
removeFromBlockedList to manage your blocked list
Usage
Once you have configured rules for your filter, any messages
that are placed on property inputMessages
will be filtered. Accepted messages will appear on propert
acceptedMessages and rejected messages will
appear on property rejectedMessages