| > Is it possible to exclude some selected file
> extensios (eg 'xml') for sites that are ONLY on
> external links ?
You have to define a specific scan rule for the downloaded site. If you are
downloading www.example.com, use:
-*.xml +www.example.com/*.xml
(exclude all xml, and then accept wml from www.example.com)
| |