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 ba...@apache.org on 2010/01/31 13:26:18 UTC

svn commit: r905013 - in /james/jdkim/trunk: ./ main/src/test/java/org/apache/james/jdkim/ main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/ main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/

Author: bago
Date: Sun Jan 31 12:26:16 2010
New Revision: 905013

URL: http://svn.apache.org/viewvc?rev=905013&view=rev
Log:
Added Mail-DKIM perl library tests to our testsuite. Updated NOTICE/LICENSE to reflect the new content. This data is distributed under the Artistic License 1.0 terms (JDKIM-1 / LEGAL-64)

Added:
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/FAKE_DNS.dat
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/LICENSE.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1878954.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_10.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_11.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_12.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_13.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_14.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_15.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_5.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_6.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_7.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_8.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_9.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_multiple_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_1878523.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_5.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_6.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_7.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_gmail.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_yahoo.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_5.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_5.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_6.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_7.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_8.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_3.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_4.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf05_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_1.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_2.txt   (with props)
    james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_3.txt   (with props)
Modified:
    james/jdkim/trunk/LICENSE.txt
    james/jdkim/trunk/NOTICE.txt
    james/jdkim/trunk/main/src/test/java/org/apache/james/jdkim/PerlDKIMTest.java

Modified: james/jdkim/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/LICENSE.txt?rev=905013&r1=905012&r2=905013&view=diff
==============================================================================
--- james/jdkim/trunk/LICENSE.txt (original)
+++ james/jdkim/trunk/LICENSE.txt Sun Jan 31 12:26:16 2010
@@ -601,6 +601,121 @@
 	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Mail-DKIM tests are licensed under the Artistic License 1.0
+
+  The Artistic License
+  August 15, 1997
+  Preamble
+
+  The intent of this document is to state the conditions under which a Package may 
+  be copied, such that the Copyright Holder maintains some semblance of artistic 
+  control over the development of the package, while giving the users of the 
+  package the right to use and distribute the Package in a more-or-less customary 
+  fashion, plus the right to make reasonable modifications. Definitions
+
+    "Package" refers to the collection of files distributed by the Copyright 
+    Holder, and derivatives of that collection of files created through textual 
+    modification.
+
+    "Standard Version" refers to such a Package if it has not been modified, or 
+    has been modified in accordance with the wishes of the Copyright Holder as 
+    specified below.
+
+    "Copyright Holder" is whoever is named in the copyright or copyrights for 
+    the package.
+
+    "You" is you, if you're thinking about copying or distributing this Package.
+
+    "Reasonable copying fee" is whatever you can justify on the basis of media 
+    cost, duplication charges, time of people involved, and so on. (You will not 
+    be required to justify it to the Copyright Holder, but only to the computing 
+    community at large as a market that must bear the fee.)
+
+    "Freely Available" means that no fee is charged for the item itself, though 
+    there may be fees involved in handling the item. It also means that 
+    recipients of the item may redistribute it under the same conditions they 
+    received it.
+
+   1. You may make and give away verbatim copies of the source form of the 
+   Standard Version of this Package without restriction, provided that you 
+   duplicate all of the original copyright notices and associated disclaimers.
+
+   2. You may apply bug fixes, portability fixes and other modifications derived 
+   from the Public Domain or from the Copyright Holder. A Package modified in 
+   such a way shall still be considered the Standard Version.
+
+   3. You may otherwise modify your copy of this Package in any way, provided 
+   that you insert a prominent notice in each changed file stating how and when 
+   you changed that file, and provided that you do at least ONE of the 
+   following:
+
+         1. place your modifications in the Public Domain or otherwise make them 
+         Freely Available, such as by posting said modifications to Usenet or an 
+         equivalent medium, or placing the modifications on a major archive site 
+         such as uunet.uu.net, or by allowing the Copyright Holder to include 
+         your modifications in the Standard Version of the Package. 2. use the 
+         modified Package only within your corporation or organization. 3. 
+         rename any non-standard executables so the names do not conflict with 
+         standard executables, which must also be provided, and provide a 
+         separate manual page for each non-standard executable that clearly 
+         documents how it differs from the Standard Version. 4. make other 
+         distribution arrangements with the Copyright Holder. 
+
+   4. You may distribute the programs of this Package in object code or 
+   executable form, provided that you do at least ONE of the following:
+
+         1. distribute a Standard Version of the executables and library files, 
+         together with instructions (in the manual page or equivalent) on where 
+         to get the Standard Version. 2. accompany the distribution with the 
+         machine-readable source of the Package with your modifications. 3. give 
+         non-standard executables non-standard names, and clearly document the 
+         differences in manual pages (or equivalent), together with instructions 
+         on where to get the Standard Version. 4. make other distribution 
+         arrangements with the Copyright Holder. 
+
+   5. You may charge a reasonable copying fee for any distribution of this 
+   Package. You may charge any fee you choose for support of this Package. You 
+   may not charge a fee for this Package itself. However, you may distribute 
+   this Package in aggregate with other (possibly commercial) programs as part 
+   of a larger (possibly commercial) software distribution provided that you do 
+   not advertise this Package as a product of your own. You may embed this 
+   Package's interpreter within an executable of yours (by linking); this shall 
+   be construed as a mere form of aggregation, provided that the complete 
+   Standard Version of the interpreter is so embedded.
+
+   6. The scripts and library files supplied as input to or produced as output 
+   from the programs of this Package do not automatically fall under the 
+   copyright of this Package, but belong to whomever generated them, and may be 
+   sold commercially, and may be aggregated with this Package. If such scripts 
+   or library files are aggregated with this Package via the so-called "undump" 
+   or "unexec" methods of producing a binary executable image, then distribution 
+   of such an image shall neither be construed as a distribution of this Package 
+   nor shall it fall under the restrictions of Paragraphs 3 and 4, provided that 
+   you do not represent such an executable image as a Standard Version of this 
+   Package.
+
+   7. C subroutines (or comparably compiled subroutines in other languages) 
+   supplied by you and linked into this Package in order to emulate subroutines 
+   and variables of the language defined by this Package shall not be considered 
+   part of this Package, but are the equivalent of input as in Paragraph 6, 
+   provided these subroutines do not change the language in any way that would 
+   cause it to fail the regression tests for the language.
+
+   8. Aggregation of this Package with a commercial distribution is always 
+   permitted provided that the use of this Package is embedded; that is, when no 
+   overt attempt is made to make this Package's interfaces visible to the end 
+   user of the commercial distribution. Such use shall not be construed as a 
+   distribution of this Package.
+
+   9. The name of the Copyright Holder may not be used to endorse or promote 
+   products derived from this software without specific prior written 
+   permission.
+
+  10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
+  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
+  MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 
+
+  The End  
 	 
 ALL OTHERS JARS, BY APACHE SOFTWARE FOUNDATION
 ALL OF THESE ARE LICENSED UNDER The Apache License, Version 2.0 EXCEPT:

Modified: james/jdkim/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/NOTICE.txt?rev=905013&r1=905012&r2=905013&view=diff
==============================================================================
--- james/jdkim/trunk/NOTICE.txt (original)
+++ james/jdkim/trunk/NOTICE.txt Sun Jan 31 12:26:16 2010
@@ -3,7 +3,7 @@
    =========================================================================
    
    Apache JAMES jDKIM
-   Copyright 2009 The Apache Software Foundation
+   Copyright 2009-2010 The Apache Software Foundation
    
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
@@ -20,6 +20,10 @@
    The CUCBC code was licensed to the Apache Software Foundation on
    August 23rd, 2006.
    
+   "main\src\test\resources\org\apache\james\jdkim\Mail-DKIM" folder
+   includes test data from the Mail-DKIM perl module licensed under
+   the Artistic License 1.0
+   
    This product may include or use software developed by :
      - Sun Microsystems (http://java.sun.com/)
      - Brian Wellington (http://www.dnsjava.org)

Modified: james/jdkim/trunk/main/src/test/java/org/apache/james/jdkim/PerlDKIMTest.java
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/java/org/apache/james/jdkim/PerlDKIMTest.java?rev=905013&r1=905012&r2=905013&view=diff
==============================================================================
--- james/jdkim/trunk/main/src/test/java/org/apache/james/jdkim/PerlDKIMTest.java (original)
+++ james/jdkim/trunk/main/src/test/java/org/apache/james/jdkim/PerlDKIMTest.java Sun Jan 31 12:26:16 2010
@@ -87,12 +87,8 @@
     protected void runTest() throws Throwable {
         MimeTokenStream stream = new MimeTokenStream();
         stream.setRecursionMode(MimeTokenStream.M_FLAT);
-        // String checkFile =
-        // "/org/apache/james/jdkim/bago/default_gfkresearch.com.eml";
 
         InputStream is = new FileInputStream(file);
-        // String msgoutFile = file.getAbsolutePath().substring(0,
-        // file.getAbsolutePath().lastIndexOf('.')) + ".out";
 
         pkr = getPublicRecordRetriever();
 

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/FAKE_DNS.dat
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/FAKE_DNS.dat?rev=905013&view=auto
==============================================================================
--- james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/FAKE_DNS.dat (added)
+++ james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/FAKE_DNS.dat Sun Jan 31 12:26:16 2010
@@ -0,0 +1,23 @@
+# this file contains DNS records used by verifier.t
+#
+selector1._domainkey.messiah.edu  k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhMlYqwtUA9UrrDcNp/IMtdFnytggDl5oIAzJ55oWzPILZE7eX4hLdP6WperHm1WJ9M32XsiKrr4TDbWfp4WjGWBnXf8QMi+WlDuEFOvwVRC/uWy+sAiEf3VcBR5KjGvDovPnGSnW8uDntSOY4HlkTJF/BTWnk29zKmlGyGnw9mQIDAQAB
+test1._domainkey.messiah.edu  v=DKIM1; t=y; s=email; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+test2._domainkey.messiah.edu  v=DKIM1; s=email:web:fine; x1 = extra ; t = y:n:extra; h=md5:sha1; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ== ; 
+test3._domainkey.messiah.edu  v=DKIM1; g=jl*g; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+test4._domainkey.messiah.edu  v=DKIM1; g=; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+test5._domainkey.messiah.edu  v=DKIM1; t=s; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testbad1._domainkey.messiah.edu  v=DKIM3; t=y; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testbad2._domainkey.messiah.edu  k=rsa; t; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testbad3._domainkey.messiah.edu  k=foobar; t=y; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testbad4._domainkey.messiah.edu  v=DKIM1; s=chat; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testbad7._domainkey.messiah.edu  v=DKIM1; h=bad; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testbad8._domainkey.messiah.edu  v=DKIM1; g=*poe; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALgSoqXVSEmfcIsOzw7oRuCCOwsmtX/SJnTWxYyj2leFxfS/AVJ+dYfY+hXqMsT7l+MZvvh/R1WzN4MO/kI/7XsCAwEAAQ==
+testrevoked._domainkey.messiah.edu  k=rsa; t=y; p=
+s1024._domainkey.yahoo.com  k=rsa; t=y; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDrEee0Ri4Juz+QfiWYui/E9UGSXau/2P8LjnTD8V4Unn+2FAZVGE3kL23bzeoULYv4PeleB3gfmJiDJOKU3Ns5L4KJAUUHjFwDebt0NP+sBK0VKeTATL2Yr/S3bT/xhy+1xtj4RkdV7fVxTn56Lb4udUnwuxK4V5b5PdOKj/+XcwIDAQAB; n=A 1024 bit key;
+beta._domainkey.gmail.com  t=y; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC69TURXN3oNfz+G/m3g5rt4P6nsKmVgU1D6cw2X6BnxKJNlQKm10f8tMx6P6bN7juTR1BeD8ubaGqtzm2rWK4LiMJqhoQcwQziGbK1zp/MkdXZEWMCflLY6oUITrivK7JNOLXtZbdxJG2y/RAHGswKKyVhSP9niRsZF/IBr5p8uQIDAQAB
+jakla2._domainkey.ijs.si  v=DKIM1; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvWSehCSmnxlhzM+P1Ai+7CgzeAcvkL3RdoHFq8JwtpKN3iLnp/s1yRwE/heAi4QQXxDRdlB0bJm5NxZOsckzK7tJM8EdkebMjyXeKOzBKoJaOIlsx4WC2qHqORB0RLqm4lqJFYZJpUypEpskeAGy7WBG7a+1hOlir9+Tf9xtOkwIDAQAB
+shan._domainkey.vmt2.cis.att.net  v=DKIM1; k=rsa; h=sha1:sha256:sha512;n=send%20comments%20to%20tony%40att%2Ecom; g=*; s=*;p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhALSQ1y/+tHT1d9XvpiVap4Z+GFaydEmDgfC48m3wLLmDqfKBADWYIqrCnfKPvZPzGYzo+aJMEiAOTtiNxPWYToiTfJlTpn2YyEEz6OUIXw0uc+NfEQviN4QQr0jVX9yRjwIDAQAB
+foo._domainkey.vmt2.cis.att.net  v=DKIM1; k=rsa; n=send%20comments%20to%20tony%40att%2Ecom; g=*; s=*;p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhALSQ1y/+tHT1d9XvpiVap4Z+GFaydEmDgfC48m3wLLmDqfKBADWYIqrCnfKPvZPzGYzo+aJMEiAOTtiNxPWYToiTfJlTpn2YyEEz6OUIXw0uc+NfEQviN4QQr0jVX9yRjwIDAQAB
+nonexistent._domainkey.messiah.edu NXDOMAIN
+test3._domainkey.blackhole.messiah.edu ~~Query timed out~~
+test3._domainkey.blackhole2.messiah.edu ~~SERVFAIL~~

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/LICENSE.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/LICENSE.txt?rev=905013&view=auto
==============================================================================
--- james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/LICENSE.txt (added)
+++ james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/LICENSE.txt Sun Jan 31 12:26:16 2010
@@ -0,0 +1,113 @@
+The Artistic License
+August 15, 1997
+Preamble
+
+The intent of this document is to state the conditions under which a Package may 
+be copied, such that the Copyright Holder maintains some semblance of artistic 
+control over the development of the package, while giving the users of the 
+package the right to use and distribute the Package in a more-or-less customary 
+fashion, plus the right to make reasonable modifications. Definitions
+
+    "Package" refers to the collection of files distributed by the Copyright 
+    Holder, and derivatives of that collection of files created through textual 
+    modification.
+
+    "Standard Version" refers to such a Package if it has not been modified, or 
+    has been modified in accordance with the wishes of the Copyright Holder as 
+    specified below.
+
+    "Copyright Holder" is whoever is named in the copyright or copyrights for 
+    the package.
+
+    "You" is you, if you're thinking about copying or distributing this Package.
+
+    "Reasonable copying fee" is whatever you can justify on the basis of media 
+    cost, duplication charges, time of people involved, and so on. (You will not 
+    be required to justify it to the Copyright Holder, but only to the computing 
+    community at large as a market that must bear the fee.)
+
+    "Freely Available" means that no fee is charged for the item itself, though 
+    there may be fees involved in handling the item. It also means that 
+    recipients of the item may redistribute it under the same conditions they 
+    received it.
+
+   1. You may make and give away verbatim copies of the source form of the 
+   Standard Version of this Package without restriction, provided that you 
+   duplicate all of the original copyright notices and associated disclaimers.
+
+   2. You may apply bug fixes, portability fixes and other modifications derived 
+   from the Public Domain or from the Copyright Holder. A Package modified in 
+   such a way shall still be considered the Standard Version.
+
+   3. You may otherwise modify your copy of this Package in any way, provided 
+   that you insert a prominent notice in each changed file stating how and when 
+   you changed that file, and provided that you do at least ONE of the 
+   following:
+
+         1. place your modifications in the Public Domain or otherwise make them 
+         Freely Available, such as by posting said modifications to Usenet or an 
+         equivalent medium, or placing the modifications on a major archive site 
+         such as uunet.uu.net, or by allowing the Copyright Holder to include 
+         your modifications in the Standard Version of the Package. 2. use the 
+         modified Package only within your corporation or organization. 3. 
+         rename any non-standard executables so the names do not conflict with 
+         standard executables, which must also be provided, and provide a 
+         separate manual page for each non-standard executable that clearly 
+         documents how it differs from the Standard Version. 4. make other 
+         distribution arrangements with the Copyright Holder. 
+
+   4. You may distribute the programs of this Package in object code or 
+   executable form, provided that you do at least ONE of the following:
+
+         1. distribute a Standard Version of the executables and library files, 
+         together with instructions (in the manual page or equivalent) on where 
+         to get the Standard Version. 2. accompany the distribution with the 
+         machine-readable source of the Package with your modifications. 3. give 
+         non-standard executables non-standard names, and clearly document the 
+         differences in manual pages (or equivalent), together with instructions 
+         on where to get the Standard Version. 4. make other distribution 
+         arrangements with the Copyright Holder. 
+
+   5. You may charge a reasonable copying fee for any distribution of this 
+   Package. You may charge any fee you choose for support of this Package. You 
+   may not charge a fee for this Package itself. However, you may distribute 
+   this Package in aggregate with other (possibly commercial) programs as part 
+   of a larger (possibly commercial) software distribution provided that you do 
+   not advertise this Package as a product of your own. You may embed this 
+   Package's interpreter within an executable of yours (by linking); this shall 
+   be construed as a mere form of aggregation, provided that the complete 
+   Standard Version of the interpreter is so embedded.
+
+   6. The scripts and library files supplied as input to or produced as output 
+   from the programs of this Package do not automatically fall under the 
+   copyright of this Package, but belong to whomever generated them, and may be 
+   sold commercially, and may be aggregated with this Package. If such scripts 
+   or library files are aggregated with this Package via the so-called "undump" 
+   or "unexec" methods of producing a binary executable image, then distribution 
+   of such an image shall neither be construed as a distribution of this Package 
+   nor shall it fall under the restrictions of Paragraphs 3 and 4, provided that 
+   you do not represent such an executable image as a Standard Version of this 
+   Package.
+
+   7. C subroutines (or comparably compiled subroutines in other languages) 
+   supplied by you and linked into this Package in order to emulate subroutines 
+   and variables of the language defined by this Package shall not be considered 
+   part of this Package, but are the equivalent of input as in Paragraph 6, 
+   provided these subroutines do not change the language in any way that would 
+   cause it to fail the regression tests for the language.
+
+   8. Aggregation of this Package with a commercial distribution is always 
+   permitted provided that the use of this Package is embedded; that is, when no 
+   overt attempt is made to make this Package's interfaces visible to the end 
+   user of the commercial distribution. Such use shall not be construed as a 
+   distribution of this Package.
+
+   9. The name of the Copyright Holder may not be used to endorse or promote 
+   products derived from this software without specific prior written 
+   permission.
+
+  10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
+  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
+  MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 
+
+The End 
\ No newline at end of file

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/LICENSE.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt?rev=905013&view=auto
==============================================================================
--- james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt (added)
+++ james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt Sun Jan 31 12:26:16 2010
@@ -0,0 +1,8 @@
+this test data comes from the Mail-DKIM perl library and is licensed under the Artistic License 1.0
+
+See
+https://issues.apache.org/jira/browse/JDKIM-1
+and
+https://issues.apache.org/jira/browse/LEGAL-64
+
+for reference about including this data in our source distribution.
\ No newline at end of file

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1878954.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1878954.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_1878954.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_dk_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/bad_ietf01_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_10.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_10.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_10.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_11.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_11.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_11.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_12.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_12.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_12.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_13.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_13.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_13.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_14.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_14.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_14.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_15.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_15.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_15.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_5.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_5.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_5.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_6.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_6.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_6.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_7.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_7.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_7.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_8.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_8.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_8.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_9.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_9.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/badkey_9.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_headers_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_multiple_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_multiple_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/dk_multiple_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_1878523.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_1878523.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_1878523.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_5.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_5.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_5.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_6.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_6.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_6.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_7.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_7.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_7.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_gmail.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_gmail.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_gmail.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_yahoo.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_yahoo.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_dk_yahoo.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_5.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_5.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf00_5.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_ietf01_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_qp_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/good_rfc4871_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/goodkey_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_5.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_5.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_5.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_6.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_6.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_6.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_7.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_7.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_7.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_8.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_8.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/ignore_8.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_4.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_4.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf01_4.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf05_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf05_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/mine_ietf05_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/multiple_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_1.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_1.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_1.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_2.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_2.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_2.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_3.txt
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_3.txt?rev=905013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jdkim/trunk/main/src/test/resources/org/apache/james/jdkim/Mail-DKIM/corpus/no_body_3.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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