Add support for DNS querying via MailetContext
----------------------------------------------
Key: MAILET-30
URL: https://issues.apache.org/jira/browse/MAILET-30
Project: Mailet
Issue Type: Improvement
Components: Core API
Affects Versions: 2.4
Reporter: Stefano Bagnara
Fix For: 2.5
DNS lookups are very frequent in the mail world (blacklists, authentication,
whitelists).
We know standard java DNS is not good about caching so we should provide a way
for mailets to do the lookup and leave to container implementors the choice on
how to deal with caching.
Let's collect our use cases first and propose a small api change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.