No, the suggestion I provided would not allow you to scan anything. If
you really want to scan everything, you'd have to specify that in a
rule instead of relying on file_default_policy with no rules defined. I
get the different styles of regular expressions confused, but I think
".*" in your file_list would catch everything (without the quotes). The
parameter (?i) is not necessary for a catch-all rule.
Brian
On Thursday, Jun 19, 2003, at 12:41 US/Central, list wrote:
> Yes but can it then also bevirus scanned?
> ----- Original Message -----
> From: "Brian Dube" <85957@xyz.molar.is>
> To: <85907@xyz.molar.is>
> Cc: "list" <85874@xyz.molar.is>
> Sent: Thursday, June 19, 2003 9:51 AM
> Subject: Re: [anomy-list]: Regular exp.
>
>
>> The (?i) parameter makes the expression case insensitive. If you want
>> to match all files, you can use file_default_policy without defining
>> any rules:
>>
>> file_list_rules = 0
>> file_default_policy = save
>>
>> for example, would stash all attachments in your defined quarantine.
>>
>> Brian
>>
>> On Wednesday, Jun 18, 2003, at 16:29 US/Central, list wrote:
>>
>>> Sorry for asking some rather simple questions but...
>>> In the confugaration file ale the filematching looks like (?i)\.
>>> something.
>>> what is (?i) supposed to match.
>>>
>>> If i want a filter to match any file how would a do that. I have
>>> tried
>>> (?i)\..* but this fails.
>>> Regards and thanks in advance
>>> Jesper
>>