Your message dated Fri, 10 Aug 2001 15:00:16 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#45763: fixed in linbot 1.0.0-2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Sep 1999 15:42:35 +0000 Received: (qmail 24241 invoked from network); 22 Sep 1999 15:42:34 -0000 Received: from pot.cnuce.cnr.it (HELO fly.cnuce.cnr.it) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 22 Sep 1999 15:42:34 -0000 Received: by fly.cnuce.cnr.it id m11ToXM-001i1aC (Debian Smail-3.2.0.102 1998-Aug-2 #2); Wed, 22 Sep 1999 17:42:28 +0200 (CEST) Message-Id: <[EMAIL PROTECTED]> Date: Wed, 22 Sep 1999 17:42:28 +0200 (CEST) From: Francesco Potorti` <[EMAIL PROTECTED]> To: Debian GNU/Linux bug list <[EMAIL PROTECTED]> Subject: linbot; ftp:// is seen as malformed link Organization: CNUCE-CNR, Via S.Maria 36, Pisa - Italy +39-050-593211 MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Package: linbot Version: 1.0b9-1 Severity: normal It seems that every ftp:// url is seen as a malformed link by linbot. Though it may seem strange, I cannot make it understand them. -- System Information Debian Release: potato Kernel Version: Linux pot 2.2.10 #3 Mon Jul 12 19:50:44 CEST 1999 i686 unknown Versions of the packages linbot depends on: ii python-base 1.5.2-6 An interactive object-oriented scripting lan ii python-base 1.5.2-6 An interactive object-oriented scripting lan ^^^ (Provides virtual package python-net) ii python-base 1.5.2-6 An interactive object-oriented scripting lan ^^^ (Provides virtual package python-misc) --- Begin /etc/linbot/config.py (modified conffile) """ Linbot Configuration file Edit this file to your choosing. This is just a regular Python module, so if you want to do something fancy with it, go right ahead. Just make sure that all variables are defined and have an appropriate value . """ BASE_URLS_ONLY=0 EXCLUDED_URLS = [] YANKED_URLS = [] # AVOID_EXTERNAL_LINKS = 0 SCHEMES = ['http','ftp','file'] PROXIES = None # HOSTS = ['cng.cnuce.cnr.it','fly.cnuce.cnr.it','pot.cnuce.cnr.it', 'localhost'] OUTPUT_DIR = '/home/www/reports/linbot' ANCHOR_BAD_LINKS = 1 WAIT_BETWEEN_REQUESTS = 0 PLUGINS = ['sitemap', 'badlinks', 'images', 'whatsold', 'whatsnew', 'slow', 'notitles', 'external', 'notchkd'] STYLESHEET="file:/usr/lib/linbot/css/linbot.css" NAVBAR_FILENAME = 'navbar.html' NAVBAR_WIDTH = '150' NAVBAR_PADDING = 4 NAVBAR_SPACING = 0 MAIN_FILENAME = 'index.html' LOGO_HREF="file:/usr/lib/linbot/images/logos/linbot.gif" REPORT_SITEMAP_LEVEL = 5 # How many levels deep to display the site map REPORT_IMAGES_COLS=5 REPORT_IMAGES_WIDTH=100 REPORT_IMAGES_HEIGHT=100 REPORT_WHATSOLD_URL_AGE = 30 REPORT_WHATSNEW_URL_AGE = 7 REPORT_SLOW_URL_SIZE = 76 __version__="1.0b9" __author__='marduk ([EMAIL PROTECTED])' LINBOT_HOME='http://starship.skyport.net/crew/marduk/linbot/' --- End /etc/linbot/config.py --------------------------------------- Received: (at 45763-close) by bugs.debian.org; 10 Aug 2001 19:22:22 +0000 >From [EMAIL PROTECTED] Fri Aug 10 14:22:22 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15VHrS-00075C-00; Fri, 10 Aug 2001 14:22:22 -0500 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 15VHW4-0003zP-00; Fri, 10 Aug 2001 15:00:16 -0400 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#45763: fixed in linbot 1.0.0-2 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Fri, 10 Aug 2001 15:00:16 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of linbot, which has been installed in the Debian FTP archive: linbot_1.0.0-2.dsc to pool/main/l/linbot/linbot_1.0.0-2.dsc linbot_1.0.0-2.diff.gz to pool/main/l/linbot/linbot_1.0.0-2.diff.gz linbot_1.0.0-2_all.deb to pool/main/l/linbot/linbot_1.0.0-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matej Vela <[EMAIL PROTECTED]> (supplier of updated linbot package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 10 Aug 2001 17:09:11 +0200 Source: linbot Binary: linbot Architecture: source all Version: 1.0.0-2 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Matej Vela <[EMAIL PROTECTED]> Description: linbot - WWW site link checker Closes: 45763 75727 Changes: linbot (1.0.0-2) unstable; urgency=low . * Release early, release often. ;) * schemes/ftplink.py: Mostly fixed up. It now correctly parses URLs (see RFC 1738), honors the specified port, handles exceptions from FTP.size, closes the connection cleanly, and is actually able to retrieve files. My request for further information bounced, but I believe this closes: #45763. * linbot.py: Generate relative references to images, using symlinks if necessary. Closes: #75727. Files: 13a503599a606dccedc91bb40834d56b 611 web extra linbot_1.0.0-2.dsc 21f941784ad01d9f4add78f513d55247 10419 web extra linbot_1.0.0-2.diff.gz 3ea8fd13eefaddcf1f14419841497761 65256 web extra linbot_1.0.0-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtz+SYACgkQxBYivKllgY9hlQCdH/yLzVTfG8xWprZ0NU8rIpda g8gAnA0IWdGjMbbzAbNRnErBobqPy2+L =q8SP -----END PGP SIGNATURE-----