diff options
author | Todd Lyons <tlyons@exim.org> | 2013-09-04 13:12:54 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-09-04 13:12:54 -0700 |
commit | 9815773952dd56fe4d33291ace6d0ee7afd77852 (patch) | |
tree | d2c181f63ea13e4366f65d091e58d6413210733c /doc/doc-docbook | |
parent | 42bfef1e908fe60f8a7a86e66616b51702f1c0fb (diff) |
Make sender/recipient search case-insensitive
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ae6e33efe..ad4df88ea 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -34435,14 +34435,14 @@ options are available: .vlist .vitem &*-f*&&~<&'regex'&> -Match the sender address. The field that is tested is enclosed in angle -brackets, so you can test for bounce messages with +Match the sender address using a case-insensitive search. The field that is +tested is enclosed in angle brackets, so you can test for bounce messages with .code exiqgrep -f '^<>$' .endd .vitem &*-r*&&~<&'regex'&> -Match a recipient address. The field that is tested is not enclosed in angle -brackets. +Match a recipient address using a case-insensitve search. The field that is +tested is not enclosed in angle brackets. .vitem &*-s*&&~<&'regex'&> Match against the size field. |