summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-07 12:23:35 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-07 12:23:35 +0000
commit75b1493f48e2212184289338fa4c42941ac8d426 (patch)
treecdd31b7209b7543bb8bee219e5fa47f6a1d024a2 /doc/doc-txt/NewStuff
parente28326d8a5aad335b724b9ff1e5222c914e56143 (diff)
Jori Hamalainen's patch to speed up exigrep, and fix two typos.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 3fbb1b662..04177227d 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.139 2007/02/06 14:49:13 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.140 2007/02/07 12:23:35 ph10 Exp $
New Features in Exim
--------------------
@@ -286,6 +286,12 @@ Version 4.67
be used to suppress the use of PIPELINING to certain hosts, while still
supporting the other SMTP extensions (cf hosts_avoid_tls).
+15. By default, exigrep does case-insensitive matches. There is now a -I option
+ that makes it case-sensitive. This may give a performance improvement when
+ searching large log files. Without -I, the Perl pattern matches use the /i
+ option; with -I they don't. In both cases it is possible to change the case
+ sensitivity within the pattern using (?i) or (?-i).
+
Version 4.66
------------