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 2008/12/18 11:57:11 UTC

svn commit: r727694 - /james/jspf/trunk/tester/src/main/resources/org/apache/james/jspf/rfc4408-tests.yml

Author: bago
Date: Thu Dec 18 02:57:11 2008
New Revision: 727694

URL: http://svn.apache.org/viewvc?rev=727694&view=rev
Log:
update rfc4408-tests.yml to revision 107 (04 Dec 2008)
http://www.openspf.org/source/project/test-suite/rfc4408-tests.yml?revision=107&view=markup

Modified:
    james/jspf/trunk/tester/src/main/resources/org/apache/james/jspf/rfc4408-tests.yml

Modified: james/jspf/trunk/tester/src/main/resources/org/apache/james/jspf/rfc4408-tests.yml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/tester/src/main/resources/org/apache/james/jspf/rfc4408-tests.yml?rev=727694&r1=727693&r2=727694&view=diff
==============================================================================
--- james/jspf/trunk/tester/src/main/resources/org/apache/james/jspf/rfc4408-tests.yml (original)
+++ james/jspf/trunk/tester/src/main/resources/org/apache/james/jspf/rfc4408-tests.yml Thu Dec 18 02:57:11 2008
@@ -212,11 +212,14 @@
   multitxt2:
     description: >-
       Multiple records is a permerror, v=spf1 is case insensitive
+    comment: >-
+      Implementations that query for SPF-type RRs only will acceptably yield
+      "none".
     spec: 4.5/6
     helo: mail.example1.com
     host: 1.2.3.4
     mailfrom: foo@example6.com
-    result: permerror
+    result: [permerror, none]
   multispf1:
     description: >-
       Multiple records is a permerror, even when they are identical.
@@ -1942,6 +1945,16 @@
     host: 1.2.3.4
     mailfrom: philip-gladstone-test@e11.example.com
     result: pass
+  macro-multiple-delimiters:
+    spec: [8.1/15, 8.1/16]
+    description: |-
+      Multiple delimiters may be specified in a macro expression.
+        macro-expand = ( "%{" macro-letter transformers *delimiter "}" )
+                       / "%%" / "%_" / "%-"
+    helo: mail.example.com
+    host: 1.2.3.4
+    mailfrom: foo-bar+zip+quux@e12.example.com
+    result: pass
 zonedata:
   example.com.d.spf.example.com:
     - SPF: v=spf1 redirect=a.spf.example.com
@@ -2022,6 +2035,10 @@
     - SPF: v=spf1 exists:%{i}.%{l2r-}.user.%{d2}
   1.2.3.4.gladstone.philip.user.example.com:
     - A: 127.0.0.2
+  e12.example.com:
+    - SPF: v=spf1 exists:%{l2r+-}.user.%{d2}
+  bar.foo.user.example.com:
+    - A: 127.0.0.2
 ---
 description: Processing limits
 tests:



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