public class RemoteAddrNotInNetwork extends AbstractNetworkMatcher
Checks the IP address of the sending server against a comma- delimited list of IP addresses, domain names or sub-nets.
See AbstractNetworkMatcher for details on how to specify entries.
Constructor and Description |
---|
RemoteAddrNotInNetwork() |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.mailet.MailAddress> |
match(org.apache.mailet.Mail mail) |
allowedNetworks, init, matchNetwork, matchNetwork, setDNSService
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.