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.GenericMatcher
javax.mail.MessagingException
public Collection<org.apache.mailet.MailAddress> match(org.apache.mailet.Mail mail)
match
in interface org.apache.mailet.Matcher
match
in class org.apache.mailet.base.GenericMatcher
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.