You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2010/03/30 03:20:13 UTC

[Bug 4260] rewrite DNS code to use a single socket, event-based model

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=4260

--- Comment #65 from Mark Martinec <Ma...@ijs.si> 2010-03-30 01:20:10 UTC ---
trunk (3.4.0):

Bug 4260: rewrite DNS code to use a single socket, event-based model;
Bug 6338: Use of Bit 0x20 in DNS Labels to Improve Transaction Identity;

Remove case sensitivity on DNS label in a query section
when 'dns_options dns0x20' is NOT used - RFC 1035 does NOT require
DNS server to preserve case in a query section of a reply, even
though in practice all mainstream DNS servers do preserve it.
In effect, code before this patch was half-way between dns0x20
and nodns0x20 setting.

Sending lib/Mail/SpamAssassin/DnsResolver.pm
Committed revision 928955.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.