Author: aduprat
Date: Mon Jan 18 10:53:57 2016
New Revision: 1725227

URL: http://svn.apache.org/viewvc?rev=1725227&view=rev
Log:
JAMES-1653 Sieve announced capability string is not deterministic. Contributed 
by Tellier <btell...@apache.org>

Modified:
    
james/project/trunk/mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test

Modified: 
james/project/trunk/mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test
URL: 
http://svn.apache.org/viewvc/james/project/trunk/mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test?rev=1725227&r1=1725226&r2=1725227&view=diff
==============================================================================
--- 
james/project/trunk/mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test
 (original)
+++ 
james/project/trunk/mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test
 Mon Jan 18 10:53:57 2016
@@ -20,7 +20,7 @@
 C: CAPABILITY
 SUB {
 S: "SASL" "PLAIN"
-S: "SIEVE" "log reject fileinto i;ascii-numeric envelope body"
+S: "SIEVE" ".*"
 S: "STARTTLS"
 S: "IMPLEMENTATION" "Apache ManageSieve v1.0"
 S: "VERSION" "1.0"
@@ -30,7 +30,7 @@ S: OK
 C: CaPaBiLiTy
 SUB {
 S: "SASL" "PLAIN"
-S: "SIEVE" "log reject fileinto i;ascii-numeric envelope body"
+S: "SIEVE" ".*"
 S: "STARTTLS"
 S: "IMPLEMENTATION" "Apache ManageSieve v1.0"
 S: "VERSION" "1.0"
@@ -46,7 +46,7 @@ C: CAPABILITY
 SUB {
 S: "OWNER" "user"
 S: "SASL" "PLAIN"
-S: "SIEVE" "log reject fileinto i;ascii-numeric envelope body"
+S: "SIEVE" ".*"
 S: "STARTTLS"
 S: "IMPLEMENTATION" "Apache ManageSieve v1.0"
 S: "VERSION" "1.0"



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

Reply via email to