public class InSpammerBlacklist
extends org.apache.mailet.base.GenericMatcher
<mailet match="InSpammerBlacklist=blackholes.mail-abuse.org." class="ToProcessor"> <processor>spam</processor> </mailet>
| Constructor and Description |
|---|
InSpammerBlacklist() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
Collection<org.apache.mailet.MailAddress> |
match(org.apache.mailet.Mail mail) |
void |
setDNSService(DNSService dnsService) |
public void setDNSService(DNSService dnsService)
public void init()
throws javax.mail.MessagingException
init in class org.apache.mailet.base.GenericMatcherjavax.mail.MessagingExceptionpublic Collection<org.apache.mailet.MailAddress> match(org.apache.mailet.Mail mail)
match in interface org.apache.mailet.Matchermatch in class org.apache.mailet.base.GenericMatcherCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.