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", "[EMAIL PROTECTED]",
"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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]