Right, we have to only change the entries in xml file.
I'm -1 in adding a "." at the end of domains with no ".". If we want
only absolute domains we should change our dnsjava calls to use "new
Name(domain, Name.root)" and then resolve that name instead of using
directly the Lookup object or Name(domain).
The trailing "." that makes domain absolutes is now a knowledge
belonging to James Server (IMO).
Stefano
Vincenzo Gianferrari Pini wrote:
*If* I understood well the problem, but it's Noel the one who discovered
and digged into it, and is much more entitled to say if it would work.
To be precise, I think that the best, easiest and cleanest thing would
be to change the stock james-smtphandlerchain.xml file this way:
<whitelist> query.bondedsender.org </whitelist>
<blacklist> sbl-xbl.spamhaus.org </blacklist>
<blacklist> list.dsbl.org </blacklist>
<blacklist> dul.dnsbl.sorbs.net </blacklist>
<blacklist> relays.ordb.org </blacklist>
to become
<whitelist> query.bondedsender.org. </whitelist>
<blacklist> sbl-xbl.spamhaus.org. </blacklist>
<blacklist> list.dsbl.org. </blacklist>
<blacklist> dul.dnsbl.sorbs.net. </blacklist>
<blacklist> relays.ordb.org. </blacklist>
The important entry is to the whitelist, but I would put it in all
domain names for coherence, and explain/warn the problem in a comment line.
Vincenzo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]