--- ../src/namazu-2.0.16/filter/rtf.pl 2005-06-06 08:13:35.000000000 +0200 +++ /home/aoe/share/namazu/filter/rtf.pl 2006-07-14 15:11:23.000000000 +0200 @@ -75,8 +75,13 @@ } util::fclose($fh_cmd); } + $rtfconvpath = util::checkcmd('unrtf'); + @rtfconvopts = ("-t", "html"); + if (defined $rtfconvpath) { + return 'yes'; + } return 'no'; - } + } } sub recursive() {