blob: 5a23578bf5b1a8eef0a440b5eec811868ffea08f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia at 2017-04-13 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>jSPF &#x2013; Overview</title>
<style type="text/css" media="all">
@import url("./css/james.css");
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
@import url("./js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css");
@import url("./js/jquery/css/print.css");
@import url("./js/fancybox/jquery.fancybox-1.3.4.css");
</style>
<script type="text/javascript" src="./js/jquery/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="./js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="./js/fancybox/jquery.fancybox-1.3.4.js"></script>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="author" content="James jSPF Project Team" />
<meta name="Date-Revision-yyyymmdd" content="20170413" />
<meta http-equiv="Content-Language" content="en" />
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1384591-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script').item(0); s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="composite">
<div id="banner">
<a href="index.html" id="bannerLeft" title="james-logo.png">
<img src="images/logos/james-logo.png" alt="James jSPF" />
</a>
<a href="http://www.apache.org/index.html" id="bannerRight">
<img src="images/logos/asf_logo_small.png" alt="The Apache Software Foundation" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2017-04-13</span>
&nbsp;| <span id="projectVersion">Version: 1.0.2-SNAPSHOT</span>
</div>
<div class="xright"> <a href="../index.html" title="Home">Home</a>
|
<a href="../documentation.html" title="Server">Server</a>
|
<a href="../mime4j/index.html" title="Mime4J">Mime4J</a>
|
<a href="../jsieve/index.html" title="jSieve">jSieve</a>
|
<a href="index.html" title="jSPF">jSPF</a>
|
<a href="../jdkim/index.html" title="jDKIM">jDKIM</a>
|
<a href="../hupa/index.html" title="Hupa">Hupa</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>jSPF</h5>
<ul>
<li class="none">
<strong>Overview</strong>
</li>
<li class="none">
<a href="FAQ.html" title="jSPF FAQ">jSPF FAQ</a>
</li>
<li class="none">
<a href="rfclist.html" title="Useful RFCs">Useful RFCs</a>
</li>
<li class="none">
<a href="https://issues.apache.org/jira/browse/JSPF" title="Issue Tracker">Issue Tracker</a>
</li>
<li class="none">
<a href="../download.cgi#Apache_jSPF" title="Download Releases">Download Releases</a>
</li>
</ul>
<h5>Apache Software Foundation</h5>
<ul>
<li>
<strong>
<a title="ASF" href="http://www.apache.org/">ASF</a>
</strong>
</li>
<li>
<a title="Get Involved" href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
</li>
<li>
<a title="FAQ" href="http://www.apache.org/foundation/faq.html">FAQ</a>
</li>
<li>
<a title="License" href="http://www.apache.org/licenses/" >License</a>
</li>
<li>
<a title="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
</li>
<li>
<a title="Thanks" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a title="Security" href="http://www.apache.org/security/">Security</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section">
<h2><a name="What_is_it"></a>What is it?</h2>
<p>
The jSPF library is pure Java SPF implementation. It was designed to match the current
SPF-Specs of 2006-2009 (See RFC section). SPF is also knows as Sender Policy Framework.
It was designed to detect email spoofing.This is the solution if you ever was tired
of getting spam from yourself. For more informations see
<a class="externalLink" href="http://www.openspf.org"> openspf website</a>.
</p>
</div>
<div class="section">
<h2><a name="News"></a>News</h2>
<div class="section">
<h3><a name="a2010"></a>2010</h3>
<div class="section">
<h4><a name="Jun2010_-_jSPF-0.9.8_released"></a>Jun/2010 - jSPF-0.9.8 released</h4>
<p>The JAMES Developer Team is proud to announce the <a href="../download.cgi">availability</a> release of APACHE jSPF-0.9.8. This release includes fixes for correct handling of TXT record escapings and pass the fc4408-tests-2009.10 testsuite.
</p>
</div></div>
<div class="section">
<h3><a name="a2009"></a>2009</h3>
<div class="section">
<h4><a name="Jun2009_-_jSPF-0.9.7_released"></a>Jun/2009 - jSPF-0.9.7 released</h4>
<p>After 1 year we are proud to announce the <a href="../download.cgi">availability</a> release of APACHE jSPF-0.9.7. This release includes fixes for correct handling of $ signs in the local-part of emailaddresses and quotes in SPF-Records.
It also includes a new version of dnsjnio which fixes some race-condition when using the async mode of jSPF.
</p>
</div></div>
<div class="section">
<h3><a name="a2008"></a>2008</h3>
<div class="section">
<h4><a name="Apr2008_-_jSPF-0.9.6_released"></a>Apr/2008 - jSPF-0.9.6 released</h4>
<p>We are proud to announce the <a href="../download.cgi">availability</a> release of APACHE jSPF-0.9.6. This release fix two possible NullPointerExceptions and handle the &quot;exp=&quot; modifier correctly.</p>
</div></div>
<div class="section">
<h3><a name="a2007"></a>2007</h3>
<div class="section">
<h4><a name="Sept2007_-_jSPF-0.9.5_released"></a>Sept/2007 - jSPF-0.9.5 released</h4>
<p>We are proud to announce the <a href="../downloadunstable.cgi">availability</a> release of APACHE jSPF-0.9.5. This release spots an initial support for asynchronous processing and is fully <a class="externalLink" href="http://www.openspf.org">RFC4408</a> compliant.</p>
</div>
<div class="section">
<h4><a name="Feb2007_-_jSPF-0.9b4_released"></a>Feb/2007 - jSPF-0.9b4 released</h4>
<p>After some more work was done, we proud to announce the <a href="../downloadunstable.cgi">release</a>
of jSPF-0.9b4. 0.9b4 correctly supports SPF DNS record type (previously we only supported TXT record type) and
introduce support for spf extension policies like fallback, override, trusted forwarder.</p>
</div></div>
<div class="section">
<h3><a name="a2006"></a>2006</h3>
<div class="section">
<h4><a name="Sep2006_-_jSPF-0.9b3_released"></a>Sep/2006 - jSPF-0.9b3 released</h4>
<p>0.9b3 introduces YAML based unit tests to check RFC compliance and a couple of minor fixes.</p>
</div>
<div class="section">
<h4><a name="Jul2006_-_First_public_release_of_jSPF"></a>Jul/2006 - First public release of jSPF</h4>
<p>After a fully rewrite of spf-java we finally release jSPF.</p>
</div></div>
</div>
<div class="section">
<h2><a name="releases"></a>releases</h2>
<p>
<b>Latest: jSPF v0.9.5</b>
<br />
jSPF v0.9.5 is the current release.
Both <a href="../downloadunstable.cgi">binary and source</a> distributions are available.</p>
<p>This release passes all YAML tests published by openspf.org (still under development). So it should be fully RFC4408 compliant.</p>
</div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">Copyright &#169; 2006-2017
<a href="https://www.apache.org/">The Apache Software Foundation</a>.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>