Package | Description |
---|---|
mireka.filter.dnsbl |
Provides a filter which queries one or more DNSBLs (DNS-based Block Lists)
and rejects mails bases on the result.
|
Modifier and Type | Field and Description |
---|---|
Dnsbl |
DnsblResult.dnsbl |
Modifier and Type | Method and Description |
---|---|
void |
RefuseBlacklistedRecipient.addBlacklist(Dnsbl dnsbl) |
Modifier and Type | Method and Description |
---|---|
void |
RefuseBlacklistedRecipient.setBlacklists(java.util.List<Dnsbl> lists) |
Constructor and Description |
---|
DnsblResult(Dnsbl dnsbl,
java.net.InetAddress replyAddress,
String reason)
create a positive result
|
Constructor and Description |
---|
DnsblsChecker(java.util.List<Dnsbl> blacklists,
MailTransaction mailTransaction) |