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