Author: Harald Meland Date: To: Alan J. Flavell CC: Exim users list Subject: Re: [Exim] Blocking sobig.f
[Alan J. Flavell]
> On Thu, 21 Aug 2003, Kyle Dippery wrote:
>
>> According to the filter spec, conditions in all lowercase
>> ("matches", etc) are case-insensitive.
>
> Filters are too late to catch this kind of problem. Need to do it in
> an ACL.
If you want the 'match' expansion condition in Exim to ignore case,
you can include the internal regexp modifier '(?i)' (without the
quotes) in the regexp.
--
Harald