Hi, I am pleased to announce the current development version Harvest-1.7.24. What's new: - Converted trailing "\r\n" to "\n" in contrib/etc/RedHat/init.d/*. (William O'Neill) - Potential bug in post processing caused by variables initialized with wrong type. - HTTP enumerators logs "Not Modified" for successful If-Modified-Since requests (i.e. the url in gatherer's database is still up to date). - Added if-modified-since gathering option to gatherer configuration file. To use it, add a line like following to your $HARVEST_HOME/gatherers/YOUR_Gatherer/YOUR_Gatherer.cf: HTTP-If-Modified-Since: Yes Still unresolved issues: - The enumerator fails to retrieve references due to escaping issues of th URLs, e.g. http://www.xy.com/~user/ is equal to http://www.xy.com/%7euser/ but only one of the both will be in the database. This should be a matter of using (or not using) rfc1738_escape() and rfc1738_unescape() in right order. - Update-Time (as well as the whole SOIF) is not updated for If-Modified-Since gathering. For more information about Harvest, please visit: http://harvest.sourceforge.net/ Thank you. kj