ph10 2005/06/17 12:21:41 BST
Modified files:
exim-test-orig/AutoTest/scripts 496
exim-test-orig/AutoTest/stdout 496
Log:
Update test to allow for change in Sieve semantics (case sensitivity).
Revision Changes Path
1.2 +1 -2 exim/exim-test-orig/AutoTest/scripts/496
1.3 +1 -2 exim/exim-test-orig/AutoTest/stdout/496
Index: 496
===================================================================
RCS file: /home/cvs/exim/exim-test-orig/AutoTest/scripts/496,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 496 8 Oct 2004 14:49:53 -0000 1.1
+++ 496 17 Jun 2005 11:21:41 -0000 1.2
@@ -601,10 +601,9 @@
catwrite test-data
# Sieve filter
#
-require ["FILEINTO", "envelope"];
+require ["fileinto", "envelope"];
if header :matches "X-Warning" "* is listed at list.dsbl.org*"
-# if address :domain :matches ["From", "To"] ["freen*.de"]
{
keep; # keep in "In" folder
}
Index: 496
===================================================================
RCS file: /home/cvs/exim/exim-test-orig/AutoTest/stdout/496,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 496 16 Feb 2005 15:23:15 -0000 1.2
+++ 496 17 Jun 2005 11:21:41 -0000 1.3
@@ -382,10 +382,9 @@
==========
# Sieve filter
#
-require ["FILEINTO", "envelope"];
+require ["fileinto", "envelope"];
if header :matches "X-Warning" "* is listed at list.dsbl.org*"
-# if address :domain :matches ["From", "To"] ["freen*.de"]
{
keep; # keep in "In" folder
}