You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2007/09/11 08:08:09 UTC

svn commit: r574478 - /james/jspf/trunk/README.txt

Author: norman
Date: Mon Sep 10 23:08:08 2007
New Revision: 574478

URL: http://svn.apache.org/viewvc?rev=574478&view=rev
Log:
Update README to show the usage of DefaultSPF class

Modified:
    james/jspf/trunk/README.txt

Modified: james/jspf/trunk/README.txt
URL: http://svn.apache.org/viewvc/james/jspf/trunk/README.txt?rev=574478&r1=574477&r2=574478&view=diff
==============================================================================
--- james/jspf/trunk/README.txt (original)
+++ james/jspf/trunk/README.txt Mon Sep 10 23:08:08 2007
@@ -19,7 +19,7 @@
 ---
 Here is a simple usage of the library:
 
-SPF spf = new SPF(new DNSServiceXBillImpl ());
+DefaultSPF spf = new DefaultSPF();
 SPFResult res = spf.checkSPF("192.168.0.1", "from@example.com", "example.com");
 if (res.getResult().equals(SPF1Utils.FAIL_CONV)) {
  ... do something ...
@@ -39,7 +39,7 @@
 
 Links
 -----
-http://new.openspf.org/ for the latest informations about SPF
+http://www.openspf.org/ for the latest informations about SPF
 http://james.apache.org/jspf/ for the jSPF website, javadocs, xdocs and more.
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org