<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/spfjava/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/spfjava/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Jan 2006 21:37:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/spfjava/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>PTR handles "domain does not exist" errors incorrectly</title><link>https://sourceforge.net/p/spfjava/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When checking the PTR mechanism, if an RR record is not found, the &lt;br /&gt;
SPFJava library incorrectly aborts processing instead of silently failing the &lt;br /&gt;
mechanism and allowing further mechanisms to be evaluated.&lt;/p&gt;
&lt;p&gt;The relevant sections of the RFC are below:&lt;br /&gt;
&lt;a href="http://www.ietf.org/internet-drafts/draft-schlitt-spf-classic-02.txt" rel="nofollow"&gt;http://www.ietf.org/internet-drafts/draft-schlitt-spf-classic-02.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Section 5:&lt;br /&gt;
"Several mechanisms rely on information fetched from DNS.  For these&lt;br /&gt;
DNS queries, except where noted, if the DNS server returns an error&lt;br /&gt;
(RCODE other than 0 or 3) or the query times out, the mechanism&lt;br /&gt;
throws the exception "TempError".  If the server returns "domain does&lt;br /&gt;
not exist" (RCODE 3), then evaluation of the mechanism continues as&lt;br /&gt;
if the server returned no error (RCODE 0) and zero answer records."&lt;/p&gt;
&lt;p&gt;Section 5.5:&lt;br /&gt;
"Check all validated domain names to see if they end in the&lt;br /&gt;
&amp;lt;target-name&amp;gt; domain.  If any do, this mechanism matches.  If no&lt;br /&gt;
validated domain name can be found, or if none of the validated&lt;br /&gt;
domain names end in the &amp;lt;target-name&amp;gt;, this mechanism fails to &lt;br /&gt;
match.&lt;br /&gt;
If a DNS error occurs while doing the PTR RR lookup, then this&lt;br /&gt;
mechanism fails to match.  If a DNS error occurs while doing an A RR&lt;br /&gt;
lookup, then that domain name is skipped and the search continues.&lt;br /&gt;
"&lt;/p&gt;
&lt;p&gt;Nowhere does it say that an exception is thrown and processing ends, &lt;br /&gt;
just that the mechanism fails to match.  Other SPF validation tools seem &lt;br /&gt;
to handle this case correctly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 30 Jan 2006 21:37:19 -0000</pubDate><guid>https://sourceforge.net2377abb1b8a2798796f6006187168790c19b9792</guid></item><item><title>avoid using .split for JDK1.3 compatibility</title><link>https://sourceforge.net/p/spfjava/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In &lt;/p&gt;
&lt;p&gt;com.mimecast.spf.IPAddr.stringToInternal(IPAddr.java:182)&lt;/p&gt;
&lt;p&gt;The method split() is used.  This isn't in JDK1.3 and&lt;br /&gt;
it's probably easy to maintain compatibility w/ JDK1.3&lt;br /&gt;
by avoiding use of this...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Yee</dc:creator><pubDate>Sun, 27 Jun 2004 03:54:38 -0000</pubDate><guid>https://sourceforge.net183e3e2a8b226c740995ecc2e2ceda7814193808</guid></item></channel></rss>