| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatcherConfig | |
|---|---|
| org.apache.james.core | Implementations of core James services and concepts. | 
| org.apache.james.transport.matchers | Core matchers for use with the Mailet API. | 
| org.apache.james.transport.matchers.smime | |
| org.apache.mailet | The classes that constitute the Mailet API. | 
| Uses of MatcherConfig in org.apache.james.core | 
|---|
| Classes in org.apache.james.core that implement MatcherConfig | |
|---|---|
|  class | MatcherConfigImplImplements the configuration object for a Matcher. | 
| Uses of MatcherConfig in org.apache.james.transport.matchers | 
|---|
| Classes in org.apache.james.transport.matchers that implement MatcherConfig | |
|---|---|
|  class | AbstractNetworkMatcherAbstractNetworkMatcher makes writing IP Address matchers easier. | 
|  class | AbstractQuotaMatcherAbstract matcher checking whether a recipient has exceeded a maximum allowed quota. | 
|  class | AbstractStorageQuotaExperimental: Abstract matcher checking whether a recipient has exceeded a maximum allowed storage quota for messages standing in his inbox. | 
|  class | All | 
|  class | AttachmentFileNameIsChecks if at least one attachment has a file name which matches any element of a comma-separated or space-separated list of file name masks. | 
|  class | CommandForListservReturns positive if the recipient is a command for a listserv. | 
|  class | CommandListservMatcherCommandListservMatcher is the matcher that pairs with the CommandListservManagerIt checks to see if the request is intended for the ListservManager, but doesn't guarantee that it is a valid command. | 
|  class | CompareNumericHeaderValueMatches mails containing a header with a numeric value whose comparison with the specified value is true. | 
|  class | FetchedFromMatches mail with a header set by Fetchpop X-fetched-from fetchpop sets X-fetched-by to the "name" of the fetchpop fetch task. This is used to match all mail fetched from a specific pop account. | 
|  class | FileRegexMatcherInitializes RegexMatcher with regular expressions from a file. | 
|  class | GenericRegexMatcherThis is a generic matcher that uses regular expressions. | 
|  class | HasAttachmentChecks whether this message has an attachment | 
|  class | HasHabeasWarrantMark | 
|  class | HasHeaderuse: | 
|  class | HasMailAttributeThis Matcher determines if the mail contains the attribute specified in the condition, and returns all recipients if it is the case. | 
|  class | HasMailAttributeWithValueThis Matcher determines if the mail contains the attribute specified in the condition and if the value answered when the method toString() is invoked on the attribute is equal to the String value specified in the condition. | 
|  class | HasMailAttributeWithValueRegexThis Matcher determines if the mail contains the attribute specified in the condition and that attribute matches the supplied regular expression, it returns all recipients if that is the case. | 
|  class | HostIs | 
|  class | HostIsLocal | 
|  class | InSpammerBlacklistChecks the network IP address of the sending server against a blacklist of spammers. | 
|  class | IsInWhiteListMatches recipients having the mail sender in the recipient's private whitelist . | 
|  class | IsSingleRecipient | 
|  class | NESSpamCheckThis is based on a sample filter.cfg for a Netscape Mail Server to stop spam. | 
|  class | RecipientIs | 
|  class | RecipientIsLocal | 
|  class | RecipientIsOverFixedQuotaExperimental: Checks whether a recipient has exceeded a maximum allowed quota for messages standing in his inbox. | 
|  class | RecipientIsRegexMatches recipients whose address matches a regular expression. | 
|  class | RelayLimit | 
|  class | RemoteAddrInNetworkChecks the IP address of the sending server against a comma- delimited list of IP addresses, domain names or sub-nets. | 
|  class | RemoteAddrNotInNetworkChecks the IP address of the sending server against a comma- delimited list of IP addresses, domain names or sub-nets. | 
|  class | SenderHostIsCheckes the sender's displayed domain name against a supplied list. | 
|  class | SenderInFakeDomainDoes a DNS lookup (MX and A/CNAME records) on the sender's domain. | 
|  class | SenderIs | 
|  class | SenderIsNullMatches mails that are sent by a null sender. | 
|  class | SenderIsRegexMatches mails that are sent by a sender whose address matches a regular expression. | 
|  class | SizeGreaterThanChecks whether the message (entire message, not just content) is greater than a certain number of bytes. | 
|  class | SMTPAuthSuccessfulMatches mails that are sent by an SMTP authenticated user. | 
|  class | SMTPAuthUserIsMatches mails that are sent by an SMTP authenticated user present in a supplied list. | 
|  class | SubjectIs | 
|  class | SubjectStartsWith | 
|  class | UserIs | 
| Methods in org.apache.james.transport.matchers with parameters of type MatcherConfig | |
|---|---|
|  void | HasMailAttributeWithValueRegex.init(MatcherConfig conf) | 
|  void | HasMailAttribute.init(MatcherConfig conf) | 
|  void | HasMailAttributeWithValue.init(MatcherConfig config) | 
| Uses of MatcherConfig in org.apache.james.transport.matchers.smime | 
|---|
| Classes in org.apache.james.transport.matchers.smime that implement MatcherConfig | |
|---|---|
|  class | IsSMIMEEncryptedChecks if a mail is smime encrypted. | 
|  class | IsSMIMESignedchecks if a mail is smime signed. | 
|  class | IsX509CertificateSubjectChecks if the subject of a X509Certificate contains the supplied string. | 
| Uses of MatcherConfig in org.apache.mailet | 
|---|
| Classes in org.apache.mailet that implement MatcherConfig | |
|---|---|
|  class | GenericMatcherGenericMatcher implements the Matcher and MatcherConfig interfaces. | 
|  class | GenericRecipientMatcherGenericMatcher makes writing recipient based matchers easier. | 
| Methods in org.apache.mailet that return MatcherConfig | |
|---|---|
|  MatcherConfig | Matcher.getMatcherConfig()Returns a MatcherConfig object, which contains initialization and startup parameters for this matcher. | 
|  MatcherConfig | GenericMatcher.getMatcherConfig()Returns this matcher's MatcherConfig object. | 
| Methods in org.apache.mailet with parameters of type MatcherConfig | |
|---|---|
|  void | Matcher.init(MatcherConfig config)Called by the mailet container to indicate to a matcher that the matcher is being placed into service. | 
|  void | GenericMatcher.init(MatcherConfig newConfig)Called by the matcher container to indicate to a matcher that the matcher is being placed into service. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||