The python distiller handles mailto: links as a special case. They are done before any filters are applied, so they get done regardless of host/exclusion pattern/depth. There is no command-line way to turn this off. I assume this is because they don't take up much space. I don't know if the other distillers (jpluck, perl) do the same thing.
If you really want to get rid of them, you can modify the python source code. Search for mailto in Spider.py. If you just want to shut it off, then you have a pair of one-line changes. If you want to make it an option, you'll have to do a bit more work. -jJ _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

