[dovecot-cvs] dovecot-sieve/src/libsieve sieve.y,1.1.1.1,1.2

cras at dovecot.org cras at dovecot.org
Sun Jun 11 14:32:07 EEST 2006


Update of /var/lib/cvs/dovecot-sieve/src/libsieve
In directory talvi:/tmp/cvs-serv32650

Modified Files:
	sieve.y 
Log Message:
Unsupported feature -> Unsupported features in require line



Index: sieve.y
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/src/libsieve/sieve.y,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sieve.y	11 Jun 2006 11:03:54 -0000	1.1.1.1
+++ sieve.y	11 Jun 2006 11:32:04 -0000	1.2
@@ -178,7 +178,7 @@
 	;
 
 require: REQUIRE stringlist ';'	{ if (!check_reqs($2)) {
-                                    yyerror("unsupported feature");
+                                    yyerror("Unsupported features in require line");
 				    YYERROR; 
                                   } }
 	;



More information about the dovecot-cvs mailing list