Report forwarded to debian-bugs-dist@lists.debian.org, Steve Greenland <stevegr@debian.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgSteve Greenland  Subject: Bug#76625: parsing is not very smart Reply-To: Thue , 76625@bugs.debian.org Resent-From: Thue Orignal-Sender: Thue Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Steve Greenland Resent-Date: Thu, 09 Nov 2000 12:03:17 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.97377103513960 (code B ref -1); Thu, 09 Nov 2000 12:03:17 GMT From: Thue To: Debian Bug Tracking System X-Reportbug-Version: 1.3 X-Mailer: reportbug 1.3 Date: Thu, 09 Nov 2000 12:57:00 +0100 Message-Id: Sender: Thue Delivered-To: submit@bugs.debian.org Package: cron Version: 3.0pl1-60 Severity: normal Entering a single line via crontab, without a linebreak at the end, cron ignored it. -- System Information Debian Release: woody Architecture: i386 Kernel: Linux thue105 2.2.17 #4 Fri Sep 22 12:55:49 CEST 2000 i686 Versions of packages cron depends on: ii bsdutils 1:2.10o-1 Basic utilities from 4.4BSD-Lite. ii debianutils 1.13.3 Miscellaneous utilities specific t ii libc6 2.1.96-1 GNU C Library: Shared libraries an ii libpam0g 0.72-12 Pluggable Authentication Modules l   Acknowledgement sent to Thue <thue@diku.dk>:
New Bug report received and forwarded. Copy sent to Steve Greenland <stevegr@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Thue Subject: Bug#76625: Acknowledgement (parsing is not very smart) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack 76625 Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Steve Greenland If you wish to submit further information on your problem, please send it to 76625@bugs.debian.org (and *not* to bugs@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 9 Nov 2000 11:57:15 +0000 From thue@thue105.kollegiegaarden.dk Thu Nov 09 05:57:15 2000 Return-path: Received: from ns.kollegiegaarden.dk (mail.kollegiegaarden.dk) [::ffff:194.239.210.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13tqKQ-0003cV-00; Thu, 09 Nov 2000 05:57:15 -0600 Received: from thue105.kollegiegaarden.dk (thue105.kollegiegaarden.dk [194.239.210.3]) by mail.kollegiegaarden.dk (Postfix) with ESMTP id C0471B48E; Thu, 9 Nov 2000 12:57:00 +0100 (CET) Received: from thue by thue105.kollegiegaarden.dk with local (Exim 3.16 #1 (Debian)) id 13tqKC-0000Hp-00; Thu, 09 Nov 2000 12:57:00 +0100 From: Thue To: Debian Bug Tracking System Subject: parsing is not very smart X-Reportbug-Version: 1.3 X-Mailer: reportbug 1.3 Date: Thu, 09 Nov 2000 12:57:00 +0100 Message-Id: Sender: Thue Delivered-To: submit@bugs.debian.org Package: cron Version: 3.0pl1-60 Severity: normal Entering a single line via crontab, without a linebreak at the end, cron ignored it. -- System Information Debian Release: woody Architecture: i386 Kernel: Linux thue105 2.2.17 #4 Fri Sep 22 12:55:49 CEST 2000 i686 Versions of packages cron depends on: ii bsdutils 1:2.10o-1 Basic utilities from 4.4BSD-Lite. ii debianutils 1.13.3 Miscellaneous utilities specific t ii libc6 2.1.96-1 GNU C Library: Shared libraries an ii libpam0g 0.72-12 Pluggable Authentication Modules l   Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.org  Subject: Bug#76625: parsing is not very smart Reply-To: Steve Greenland , 76625@bugs.debian.org Resent-From: Steve Greenland Resent-To: debian-bugs-dist@lists.debian.org Resent-Date: Thu, 09 Nov 2000 21:03:24 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 76625-bugs@bugs.debian.org id=B76625.97380298924542 (code B ref 76625); Thu, 09 Nov 2000 21:03:24 GMT Date: Thu, 9 Nov 2000 14:49:46 -0600 From: Steve Greenland To: Thue , 76625@bugs.debian.org Message-ID: <20001109144946.B11417@molehole.dhis.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from thue@diku.dk on Thu, Nov 09, 2000 at 12:57:00PM +0100 Organization: Not my strong point Delivered-To: 76625@bugs.debian.org On 09-Nov-00, 05:57 (CST), Thue wrote: > Package: cron > Version: 3.0pl1-60 > Severity: normal > > Entering a single line via crontab, without a linebreak at the end, cron ignored it. > Yes, I know. It's intentional in the original code: ch = get_string(cmd, MAX_COMMAND, file, "\n"); /* a file without a \n before the EOF is rude, so we'll complain... */ if (ch == EOF) { ecode = e_cmd; goto eof; } However, it should at least whine at you about, rather failing silently. I'll check into it. Steve -- Steve Greenland   Acknowledgement sent to Steve Greenland <stevegr@debian.org>:
Extra info received and forwarded to list.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Steve Greenland Subject: Bug#76625: Info received (was Bug#76625: parsing is not very smart) Message-ID: In-Reply-To: <20001109144946.B11417@molehole.dhis.org> References: <20001109144946.B11417@molehole.dhis.org> X-Debian-PR-Message: ack-info-maintonly 76625 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 76625@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 76625) by bugs.debian.org; 9 Nov 2000 20:49:49 +0000 From steveg@molehole.dyndns.org Thu Nov 09 14:49:49 2000 Return-path: Received: from adsl-208-191-148-70.dsl.hstntx.swbell.net (molehole.moregruel.net) [::ffff:208.191.148.70] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13tydo-0006Nm-00; Thu, 09 Nov 2000 14:49:48 -0600 Received: from speedy.private [192.168.1.2] (postfix) by molehole.moregruel.net with esmtp (Exim 3.12 #1 (Debian)) id 13tydn-0002nZ-00; Thu, 09 Nov 2000 14:49:47 -0600 Received: by speedy.private (Postfix, from userid 1000) id 7C0F446FC; Thu, 9 Nov 2000 14:49:46 -0600 (CST) Date: Thu, 9 Nov 2000 14:49:46 -0600 From: Steve Greenland To: Thue , 76625@bugs.debian.org Subject: Re: Bug#76625: parsing is not very smart Message-ID: <20001109144946.B11417@molehole.dhis.org> Reply-To: Steve Greenland References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from thue@diku.dk on Thu, Nov 09, 2000 at 12:57:00PM +0100 Organization: Not my strong point Delivered-To: 76625@bugs.debian.org On 09-Nov-00, 05:57 (CST), Thue wrote: > Package: cron > Version: 3.0pl1-60 > Severity: normal > > Entering a single line via crontab, without a linebreak at the end, cron ignored it. > Yes, I know. It's intentional in the original code: ch = get_string(cmd, MAX_COMMAND, file, "\n"); /* a file without a \n before the EOF is rude, so we'll complain... */ if (ch == EOF) { ecode = e_cmd; goto eof; } However, it should at least whine at you about, rather failing silently. I'll check into it. Steve -- Steve Greenland   Merged 76625 79037. Request was from Steve Greenland <stevegr@debian.org> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 7 Dec 2000 19:47:19 +0000 From steveg@molehole.dyndns.org Thu Dec 07 13:47:19 2000 Return-path: Received: from adsl-208-191-148-70.dsl.hstntx.swbell.net (molehole.moregruel.net) [208.191.148.70] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14470h-00005K-00; Thu, 07 Dec 2000 13:47:19 -0600 Received: from speedy.private [192.168.1.2] (postfix) by molehole.moregruel.net with esmtp (Exim 3.12 #1 (Debian)) id 14470c-0004ee-00; Thu, 07 Dec 2000 13:47:14 -0600 Received: by speedy.private (Postfix, from userid 1000) id 4BB8846FC; Thu, 7 Dec 2000 13:47:09 -0600 (CST) Date: Thu, 7 Dec 2000 13:47:09 -0600 From: Steve Greenland To: control@bugs.debian.org Subject: merge Message-ID: <20001207134709.A14122@molehole.moregruel.net> Reply-To: Steve Greenland Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Not my strong point Mail-Copies-To: never Delivered-To: control@bugs.debian.org merge 79037 76625 done -- Steve Greenland   Reply sent to Steve Greenland <stevegr@debian.org>:
You have taken responsibility.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Steve Greenland Cc: cron@packages.qa.debian.org Bcc: debian-bugs-closed@lists.debian.org Subject: Bug#76625: marked as done (parsing is not very smart) Message-ID: In-Reply-To: References: X-Debian-PR-Message: closed 76625 Your message dated Sat, 09 Nov 2002 13:02:17 -0500 with message-id and subject line Bug#79037: fixed in cron 3.0pl1-73 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.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 9 Nov 2000 11:57:15 +0000 From thue@thue105.kollegiegaarden.dk Thu Nov 09 05:57:15 2000 Return-path: Received: from ns.kollegiegaarden.dk (mail.kollegiegaarden.dk) [::ffff:194.239.210.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13tqKQ-0003cV-00; Thu, 09 Nov 2000 05:57:15 -0600 Received: from thue105.kollegiegaarden.dk (thue105.kollegiegaarden.dk [194.239.210.3]) by mail.kollegiegaarden.dk (Postfix) with ESMTP id C0471B48E; Thu, 9 Nov 2000 12:57:00 +0100 (CET) Received: from thue by thue105.kollegiegaarden.dk with local (Exim 3.16 #1 (Debian)) id 13tqKC-0000Hp-00; Thu, 09 Nov 2000 12:57:00 +0100 From: Thue To: Debian Bug Tracking System Subject: parsing is not very smart X-Reportbug-Version: 1.3 X-Mailer: reportbug 1.3 Date: Thu, 09 Nov 2000 12:57:00 +0100 Message-Id: Sender: Thue Delivered-To: submit@bugs.debian.org Package: cron Version: 3.0pl1-60 Severity: normal Entering a single line via crontab, without a linebreak at the end, cron ignored it. -- System Information Debian Release: woody Architecture: i386 Kernel: Linux thue105 2.2.17 #4 Fri Sep 22 12:55:49 CEST 2000 i686 Versions of packages cron depends on: ii bsdutils 1:2.10o-1 Basic utilities from 4.4BSD-Lite. ii debianutils 1.13.3 Miscellaneous utilities specific t ii libc6 2.1.96-1 GNU C Library: Shared libraries an ii libpam0g 0.72-12 Pluggable Authentication Modules l --------------------------------------- Received: (at 79037-close) by bugs.debian.org; 9 Nov 2002 18:08:08 +0000 From katie@auric.debian.org Sat Nov 09 12:08:07 2002 Return-path: Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18Aa1f-0005Ol-00; Sat, 09 Nov 2002 12:08:07 -0600 Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian)) id 18AZw1-0001rT-00; Sat, 09 Nov 2002 13:02:17 -0500 From: Steve Greenland To: 79037-close@bugs.debian.org X-Katie: $Revision: 1.28 $ Subject: Bug#79037: fixed in cron 3.0pl1-73 Message-Id: Sender: Archive Administrator Date: Sat, 09 Nov 2002 13:02:17 -0500 Delivered-To: 79037-close@bugs.debian.org We believe that the bug you reported is fixed in the latest version of cron, which is due to be installed in the Debian FTP archive: cron_3.0pl1-73.diff.gz to pool/main/c/cron/cron_3.0pl1-73.diff.gz cron_3.0pl1-73.dsc to pool/main/c/cron/cron_3.0pl1-73.dsc cron_3.0pl1-73_i386.deb to pool/main/c/cron/cron_3.0pl1-73_i386.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 79037@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve Greenland (supplier of updated cron 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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 4 Nov 2002 18:14:45 -0600 Source: cron Binary: cron Architecture: source i386 Version: 3.0pl1-73 Distribution: unstable Urgency: low Maintainer: Steve Greenland Changed-By: Steve Greenland Description: cron - management of regular background processing Closes: 13952 74524 79037 122358 123269 124523 129177 130079 135013 146224 147277 150591 151006 151601 157822 159912 162676 164966 Changes: cron (3.0pl1-73) unstable; urgency=low . * Fixed spelling error in control file (Hi, Matt!) (closes: #124523) * Check for existence of /etc/init.d/cron in prerm (closes:#151006) * Added conflict for ancient version of lockfile-progs (closes: #123269) * Added Mosix FS to list of excluded FS types in checksecurity.conf (closes: #129177) * chmod group.bak instead of passwd.bak twice (closes: #130079) * Added ext3 for lost+found searches (closes:#135013) * Finally fixed longstanding bug where cron doesn't recognize crontab changes until 1 minute later. I don't know what I was looking at before, as it was trivial. I apologize to all those bothered by this problem. (closes: #74524, #13952) * Remove debian/preinst, used only for a fix for a pre-slink development release. * Added support for invoke-rc.d, patch from Andreas Metzler (closes:#162676) * Finally figured out why some error messages weren't getting printed for the system crontabs (/etc/crontab, /etc/cron.d/*). Added new error printing function and use it when user.c calls load_entry(). (closes:#79037, #122358) * Remove -odi option from invocation of /usr/sbin/sendmail. (closes:#146224) * Don't run @monthly jobs every day. (closes: #150591). Ditto @yearly. (Isn't it funny that despite the big whinefest about how critically important the @whatever timespecs are, nobody previously noticed this serious bug in the entire 7+ years I've been maintaining cron?) * Fix grammatical here in the cron(8) manpage. (closes: 147277) * Fix spelling error in checksecurity.conf. (closes: #151601) * Fix check for nfs/afs mounts in checksecurity. (closes: #157822) * Replaced some tabs with spaces in crontab.5. (closes: #159912) * Fix cron Makefile to not hardcode '-s' in $(INSTALL) commands. (closes: #164966) Files: 2ea85579f46d13608babefd167795644 560 admin important cron_3.0pl1-73.dsc 9ddf6e1f41088c435827b2f571e139f3 42274 admin important cron_3.0pl1-73.diff.gz 71e58287ad4111340b160f3dd4c92892 56984 admin important cron_3.0pl1-73_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9zUpFdiZsUPux21MRAm5GAJ9yfgJmjLlG7nplUtod6oNspJPezQCghGYH 2qJWbrj5yaUCvoxbkfCt3RI= =UM0b -----END PGP SIGNATURE-----   Notification sent to Thue <thue@diku.dk>:
Bug acknowledged by developer.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Thue Subject: Bug#76625 acknowledged by developer (Bug#79037: fixed in cron 3.0pl1-73) Message-ID: In-Reply-To: References: X-Debian-PR-Message: they-closed 76625 Reply-To: 76625@bugs.debian.org This is an automatic notification regarding your Bug report #76625: parsing is not very smart, which was filed against the cron package. It has been closed by one of the developers, namely Steve Greenland . Their explanation is attached below. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact the developer, by replying to this email. Debian bug tracking system administrator (administrator, Debian Bugs database) Received: (at 79037-close) by bugs.debian.org; 9 Nov 2002 18:08:08 +0000 From katie@auric.debian.org Sat Nov 09 12:08:07 2002 Return-path: Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18Aa1f-0005Ol-00; Sat, 09 Nov 2002 12:08:07 -0600 Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian)) id 18AZw1-0001rT-00; Sat, 09 Nov 2002 13:02:17 -0500 From: Steve Greenland To: 79037-close@bugs.debian.org X-Katie: $Revision: 1.28 $ Subject: Bug#79037: fixed in cron 3.0pl1-73 Message-Id: Sender: Archive Administrator Date: Sat, 09 Nov 2002 13:02:17 -0500 Delivered-To: 79037-close@bugs.debian.org We believe that the bug you reported is fixed in the latest version of cron, which is due to be installed in the Debian FTP archive: cron_3.0pl1-73.diff.gz to pool/main/c/cron/cron_3.0pl1-73.diff.gz cron_3.0pl1-73.dsc to pool/main/c/cron/cron_3.0pl1-73.dsc cron_3.0pl1-73_i386.deb to pool/main/c/cron/cron_3.0pl1-73_i386.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 79037@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve Greenland (supplier of updated cron 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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 4 Nov 2002 18:14:45 -0600 Source: cron Binary: cron Architecture: source i386 Version: 3.0pl1-73 Distribution: unstable Urgency: low Maintainer: Steve Greenland Changed-By: Steve Greenland Description: cron - management of regular background processing Closes: 13952 74524 79037 122358 123269 124523 129177 130079 135013 146224 147277 150591 151006 151601 157822 159912 162676 164966 Changes: cron (3.0pl1-73) unstable; urgency=low . * Fixed spelling error in control file (Hi, Matt!) (closes: #124523) * Check for existence of /etc/init.d/cron in prerm (closes:#151006) * Added conflict for ancient version of lockfile-progs (closes: #123269) * Added Mosix FS to list of excluded FS types in checksecurity.conf (closes: #129177) * chmod group.bak instead of passwd.bak twice (closes: #130079) * Added ext3 for lost+found searches (closes:#135013) * Finally fixed longstanding bug where cron doesn't recognize crontab changes until 1 minute later. I don't know what I was looking at before, as it was trivial. I apologize to all those bothered by this problem. (closes: #74524, #13952) * Remove debian/preinst, used only for a fix for a pre-slink development release. * Added support for invoke-rc.d, patch from Andreas Metzler (closes:#162676) * Finally figured out why some error messages weren't getting printed for the system crontabs (/etc/crontab, /etc/cron.d/*). Added new error printing function and use it when user.c calls load_entry(). (closes:#79037, #122358) * Remove -odi option from invocation of /usr/sbin/sendmail. (closes:#146224) * Don't run @monthly jobs every day. (closes: #150591). Ditto @yearly. (Isn't it funny that despite the big whinefest about how critically important the @whatever timespecs are, nobody previously noticed this serious bug in the entire 7+ years I've been maintaining cron?) * Fix grammatical here in the cron(8) manpage. (closes: 147277) * Fix spelling error in checksecurity.conf. (closes: #151601) * Fix check for nfs/afs mounts in checksecurity. (closes: #157822) * Replaced some tabs with spaces in crontab.5. (closes: #159912) * Fix cron Makefile to not hardcode '-s' in $(INSTALL) commands. (closes: #164966) Files: 2ea85579f46d13608babefd167795644 560 admin important cron_3.0pl1-73.dsc 9ddf6e1f41088c435827b2f571e139f3 42274 admin important cron_3.0pl1-73.diff.gz 71e58287ad4111340b160f3dd4c92892 56984 admin important cron_3.0pl1-73_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9zUpFdiZsUPux21MRAm5GAJ9yfgJmjLlG7nplUtod6oNspJPezQCghGYH 2qJWbrj5yaUCvoxbkfCt3RI= =UM0b -----END PGP SIGNATURE-----   Received: (at 79037-close) by bugs.debian.org; 9 Nov 2002 18:08:08 +0000 From katie@auric.debian.org Sat Nov 09 12:08:07 2002 Return-path: Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18Aa1f-0005Ol-00; Sat, 09 Nov 2002 12:08:07 -0600 Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian)) id 18AZw1-0001rT-00; Sat, 09 Nov 2002 13:02:17 -0500 From: Steve Greenland To: 79037-close@bugs.debian.org X-Katie: $Revision: 1.28 $ Subject: Bug#79037: fixed in cron 3.0pl1-73 Message-Id: Sender: Archive Administrator Date: Sat, 09 Nov 2002 13:02:17 -0500 Delivered-To: 79037-close@bugs.debian.org We believe that the bug you reported is fixed in the latest version of cron, which is due to be installed in the Debian FTP archive: cron_3.0pl1-73.diff.gz to pool/main/c/cron/cron_3.0pl1-73.diff.gz cron_3.0pl1-73.dsc to pool/main/c/cron/cron_3.0pl1-73.dsc cron_3.0pl1-73_i386.deb to pool/main/c/cron/cron_3.0pl1-73_i386.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 79037@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve Greenland (supplier of updated cron 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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 4 Nov 2002 18:14:45 -0600 Source: cron Binary: cron Architecture: source i386 Version: 3.0pl1-73 Distribution: unstable Urgency: low Maintainer: Steve Greenland Changed-By: Steve Greenland Description: cron - management of regular background processing Closes: 13952 74524 79037 122358 123269 124523 129177 130079 135013 146224 147277 150591 151006 151601 157822 159912 162676 164966 Changes: cron (3.0pl1-73) unstable; urgency=low . * Fixed spelling error in control file (Hi, Matt!) (closes: #124523) * Check for existence of /etc/init.d/cron in prerm (closes:#151006) * Added conflict for ancient version of lockfile-progs (closes: #123269) * Added Mosix FS to list of excluded FS types in checksecurity.conf (closes: #129177) * chmod group.bak instead of passwd.bak twice (closes: #130079) * Added ext3 for lost+found searches (closes:#135013) * Finally fixed longstanding bug where cron doesn't recognize crontab changes until 1 minute later. I don't know what I was looking at before, as it was trivial. I apologize to all those bothered by this problem. (closes: #74524, #13952) * Remove debian/preinst, used only for a fix for a pre-slink development release. * Added support for invoke-rc.d, patch from Andreas Metzler (closes:#162676) * Finally figured out why some error messages weren't getting printed for the system crontabs (/etc/crontab, /etc/cron.d/*). Added new error printing function and use it when user.c calls load_entry(). (closes:#79037, #122358) * Remove -odi option from invocation of /usr/sbin/sendmail. (closes:#146224) * Don't run @monthly jobs every day. (closes: #150591). Ditto @yearly. (Isn't it funny that despite the big whinefest about how critically important the @whatever timespecs are, nobody previously noticed this serious bug in the entire 7+ years I've been maintaining cron?) * Fix grammatical here in the cron(8) manpage. (closes: 147277) * Fix spelling error in checksecurity.conf. (closes: #151601) * Fix check for nfs/afs mounts in checksecurity. (closes: #157822) * Replaced some tabs with spaces in crontab.5. (closes: #159912) * Fix cron Makefile to not hardcode '-s' in $(INSTALL) commands. (closes: #164966) Files: 2ea85579f46d13608babefd167795644 560 admin important cron_3.0pl1-73.dsc 9ddf6e1f41088c435827b2f571e139f3 42274 admin important cron_3.0pl1-73.diff.gz 71e58287ad4111340b160f3dd4c92892 56984 admin important cron_3.0pl1-73_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9zUpFdiZsUPux21MRAm5GAJ9yfgJmjLlG7nplUtod6oNspJPezQCghGYH 2qJWbrj5yaUCvoxbkfCt3RI= =UM0b -----END PGP SIGNATURE-----   Bug reopened, originator not changed. Request was from Steve Greenland <steveg@moregruel.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 9 Nov 2002 20:04:45 +0000 From steveg@molehole.dyndns.org Sat Nov 09 14:04:45 2002 Return-path: Received: from 206.180.152.114.adsl.hal-pc.org (speedy.private) [206.180.152.114] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18AbqX-0000wN-00; Sat, 09 Nov 2002 14:04:45 -0600 Received: by speedy.private (Postfix, from userid 1000) id 8CC13141F5; Sat, 9 Nov 2002 14:04:37 -0600 (CST) Date: Sat, 9 Nov 2002 14:04:37 -0600 From: Steve Greenland To: control@bugs.debian.org Subject: Not fixed. Sigh. Message-ID: <20021109200437.GA7655@speedy.private> Reply-To: Steve Greenland Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Not my strong point Delivered-To: control@bugs.debian.org X-Spam-Status: No, hits=-9.4 required=5.0 tests=NOSPAM_INC,SIGNATURE_SHORT_SPARSE,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.41 X-Spam-Level: reopen 79037 quit -- Steve Greenland The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world. -- seen on the net   Information forwarded to debian-bugs-dist@lists.debian.org, Steve Greenland <stevegr@debian.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgSteve Greenland  X-Loop: owner@bugs.debian.org Subject: Bug#76625: cron: Still not fixed Reply-To: Thue Janus Kristensen , 76625@bugs.debian.org Resent-From: Thue Janus Kristensen Original-Sender: Thue Janus Kristensen Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Steve Greenland Resent-Date: Sun, 25 Apr 2004 10:03:04 UTC Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: Received: via spool by 76625-submit@bugs.debian.org id=B76625.108288691423435 (code B ref 76625); Sun, 25 Apr 2004 10:03:04 UTC Received: (at 76625) by bugs.debian.org; 25 Apr 2004 09:55:14 +0000 Received: from mail.kollegiegaarden.dk [194.239.210.251] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BHgLx-000652-00; Sun, 25 Apr 2004 02:55:13 -0700 Received: from localhost (mail [127.0.0.1]) by mail.kollegiegaarden.dk (Postfix) with ESMTP id BFD5E1037EC; Sun, 25 Apr 2004 11:55:05 +0200 (CEST) Received: from mail.kollegiegaarden.dk ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12093-01; Sun, 25 Apr 2004 11:54:43 +0200 (CEST) Received: from debian (kg218.kollegiegaarden.dk [194.239.210.218]) by mail.kollegiegaarden.dk (Postfix) with ESMTP id BB96E1037E7; Sun, 25 Apr 2004 11:54:43 +0200 (CEST) Received: from thue by debian with local (Exim 4.32) id 1BHgLT-0000ld-Of; Sun, 25 Apr 2004 11:54:43 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thue Janus Kristensen To: Debian Bug Tracking System <76625@bugs.debian.org> X-Mailer: reportbug 2.58 Date: Sun, 25 Apr 2004 11:54:43 +0200 Message-Id: Sender: Thue Janus Kristensen X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at kollegiegaarden.dk X-BadReturnPath: thue@localhost.kollegiegaarden.dk rewritten as thue@diku.dk using "From" header Delivered-To: 76625@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 Package: cron Version: 3.0pl1-83 Severity: normal Followup-For: Bug #76625 This seems to be still not fixed. I would like to lobby for this to be fixed. IMO it is quite important, as it causes the system to fail unexpected and silently. That combination is _bad_. When you have written a cron job and crontab has installed it without complaint you expect it to be run! -Thue -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=C, LC_CTYPE=C Versions of packages cron depends on: ii adduser 3.52 Add and remove users and groups ii debianutils 2.8.1 Miscellaneous utilities specific t ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an ii libpam0g 0.76-19 Pluggable Authentication Modules l -- debconf information: * cron/checksecurity:   Acknowledgement sent to Thue Janus Kristensen <thue@diku.dk>:
Extra info received and forwarded to list. Copy sent to Steve Greenland <stevegr@debian.org>.   -t  X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Thue Janus Kristensen Subject: Bug#76625: Info received (was cron: Still not fixed) Message-ID: In-Reply-To: References: Precedence: bulk X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. Your message has been sent to the package maintainer(s): Steve Greenland If you wish to continue to submit further information on your problem, please send it to 76625@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 76625) by bugs.debian.org; 25 Apr 2004 09:55:14 +0000 From thue@diku.dk Sun Apr 25 02:55:14 2004 Return-path: Received: from mail.kollegiegaarden.dk [194.239.210.251] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BHgLx-000652-00; Sun, 25 Apr 2004 02:55:13 -0700 Received: from localhost (mail [127.0.0.1]) by mail.kollegiegaarden.dk (Postfix) with ESMTP id BFD5E1037EC; Sun, 25 Apr 2004 11:55:05 +0200 (CEST) Received: from mail.kollegiegaarden.dk ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12093-01; Sun, 25 Apr 2004 11:54:43 +0200 (CEST) Received: from debian (kg218.kollegiegaarden.dk [194.239.210.218]) by mail.kollegiegaarden.dk (Postfix) with ESMTP id BB96E1037E7; Sun, 25 Apr 2004 11:54:43 +0200 (CEST) Received: from thue by debian with local (Exim 4.32) id 1BHgLT-0000ld-Of; Sun, 25 Apr 2004 11:54:43 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thue Janus Kristensen To: Debian Bug Tracking System <76625@bugs.debian.org> Subject: cron: Still not fixed X-Mailer: reportbug 2.58 Date: Sun, 25 Apr 2004 11:54:43 +0200 Message-Id: Sender: Thue Janus Kristensen X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at kollegiegaarden.dk X-BadReturnPath: thue@localhost.kollegiegaarden.dk rewritten as thue@diku.dk using "From" header Delivered-To: 76625@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 Package: cron Version: 3.0pl1-83 Severity: normal Followup-For: Bug #76625 This seems to be still not fixed. I would like to lobby for this to be fixed. IMO it is quite important, as it causes the system to fail unexpected and silently. That combination is _bad_. When you have written a cron job and crontab has installed it without complaint you expect it to be run! -Thue -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=C, LC_CTYPE=C Versions of packages cron depends on: ii adduser 3.52 Add and remove users and groups ii debianutils 2.8.1 Miscellaneous utilities specific t ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an ii libpam0g 0.76-19 Pluggable Authentication Modules l -- debconf information: * cron/checksecurity:   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: cron: Indeed, this is not fixed, and quite annoying (no error message of any kind) Reply-To: Olivier Berger , 76625@bugs.debian.org Resent-From: Olivier Berger Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Wed, 24 Jan 2007 11:33:36 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.11696379856166 (code B ref 76625); Wed, 24 Jan 2007 11:33:36 +0000 Received: (at 76625) by bugs.debian.org; 24 Jan 2007 11:26:25 +0000 Received: from picoforge.int-evry.fr ([157.159.11.48]) by spohr.debian.org with esmtp (Exim 4.50) id 1H9gGn-0001bD-9D for 76625@bugs.debian.org; Wed, 24 Jan 2007 03:26:25 -0800 Received: from root by picoforge.int-evry.fr with local (Exim 4.63) (envelope-from ) id 1H9gGj-0001jl-Qq; Wed, 24 Jan 2007 12:26:21 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Olivier Berger To: Debian Bug Tracking System <76625@bugs.debian.org> Message-ID: <20070124112621.6526.28278.reportbug@picoforge.int-evry.fr> X-Mailer: reportbug 3.31 Date: Wed, 24 Jan 2007 12:26:21 +0100 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: cron Version: 3.0pl1-99 Followup-For: Bug #76625 Neither do I get any message in /var/log/syslog nor an email (which I would prefer to get) sent to root when cron restarts... either the message log bug wasn't corrected well or there was a regression of some kind, but anyway, having a line not ending with a CR or nothing is the same. This is important to me, and looks like a regression so will raise the severity. Hope this helps -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15) Versions of packages cron depends on: ii adduser 3.101 Add and remove users and groups ii debianutils 2.17 Miscellaneous utilities specific t ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libpam0g 0.79-4 Pluggable Authentication Modules l ii libselinux1 1.32-3 SELinux shared libraries ii lsb-base 3.1-22 Linux Standard Base 3.1 init scrip Versions of packages cron recommends: ii exim4 4.63-12 metapackage to ease exim MTA (v4) ii exim4-daemon-light [mail-tran 4.63-12 lightweight exim MTA (v4) daemon -- no debconf information   Acknowledgement sent to Olivier Berger <olivier.berger@int-evry.fr>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.417 (Entity 5.417) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Olivier Berger Subject: Bug#76625: Info received (cron: Indeed, this is not fixed, and quite annoying (no error message of any kind)) Message-Id: References: <20070124112621.6526.28278.reportbug@picoforge.int-evry.fr> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to continue to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 76625) by bugs.debian.org; 24 Jan 2007 11:26:25 +0000 From olivier.berger@int-evry.fr Wed Jan 24 03:26:25 2007 Return-path: Received: from picoforge.int-evry.fr ([157.159.11.48]) by spohr.debian.org with esmtp (Exim 4.50) id 1H9gGn-0001bD-9D for 76625@bugs.debian.org; Wed, 24 Jan 2007 03:26:25 -0800 Received: from root by picoforge.int-evry.fr with local (Exim 4.63) (envelope-from ) id 1H9gGj-0001jl-Qq; Wed, 24 Jan 2007 12:26:21 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Olivier Berger To: Debian Bug Tracking System <76625@bugs.debian.org> Subject: cron: Indeed, this is not fixed, and quite annoying (no error message of any kind) Message-ID: <20070124112621.6526.28278.reportbug@picoforge.int-evry.fr> X-Mailer: reportbug 3.31 Date: Wed, 24 Jan 2007 12:26:21 +0100 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: cron Version: 3.0pl1-99 Followup-For: Bug #76625 Neither do I get any message in /var/log/syslog nor an email (which I would prefer to get) sent to root when cron restarts... either the message log bug wasn't corrected well or there was a regression of some kind, but anyway, having a line not ending with a CR or nothing is the same. This is important to me, and looks like a regression so will raise the severity. Hope this helps -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15) Versions of packages cron depends on: ii adduser 3.101 Add and remove users and groups ii debianutils 2.17 Miscellaneous utilities specific t ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libpam0g 0.79-4 Pluggable Authentication Modules l ii libselinux1 1.32-3 SELinux shared libraries ii lsb-base 3.1-22 Linux Standard Base 3.1 init scrip Versions of packages cron recommends: ii exim4 4.63-12 metapackage to ease exim MTA (v4) ii exim4-daemon-light [mail-tran 4.63-12 lightweight exim MTA (v4) daemon -- no debconf information   Severity set to `important' from `normal' Request was from Olivier Berger <olivier.berger@int-evry.fr> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 24 Jan 2007 11:35:59 +0000 From olivier.berger@int-evry.fr Wed Jan 24 03:35:59 2007 Return-path: Received: from smtp2-g19.free.fr ([212.27.42.28]) by spohr.debian.org with esmtp (Exim 4.50) id 1H9gQ3-0004Ff-FE for control@bugs.debian.org; Wed, 24 Jan 2007 03:35:59 -0800 Received: from inf-berger.int-evry.fr (mag77-1-82-238-13-91.fbx.proxad.net [82.238.13.91]) by smtp2-g19.free.fr (Postfix) with ESMTP id 8891A7D73 for ; Wed, 24 Jan 2007 12:35:55 +0100 (CET) Received: from olivier by inf-berger.int-evry.fr with local (Exim 4.63) (envelope-from ) id 1H9gPl-0003ZS-4o for control@bugs.debian.org; Wed, 24 Jan 2007 12:35:41 +0100 Subject: From: Olivier Berger To: control@bugs.debian.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2007 12:35:40 +0100 Message-Id: <1169638540.5920.5.camel@inf-berger.int-evry.fr> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 Delivered-To: control@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-2.5 required=4.0 tests=BAYES_00,NOSUBJECT, RCVD_IN_SORBS,VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2005_01_02 severity 79037 important   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: A patch which fixes the issue Reply-To: "Thue Janus Kristensen" , 76625@bugs.debian.org Resent-From: "Thue Janus Kristensen" Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Sun, 04 Feb 2007 23:03:10 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.117062935727156 (code B ref 76625); Sun, 04 Feb 2007 23:03:10 +0000 Received: (at 76625) by bugs.debian.org; 4 Feb 2007 22:49:17 +0000 Received: from nf-out-0910.google.com ([64.233.182.184]) by spohr.debian.org with esmtp (Exim 4.50) id 1HDqAf-00073U-Kq for 76625@bugs.debian.org; Sun, 04 Feb 2007 14:49:17 -0800 Received: by nf-out-0910.google.com with SMTP id i2so108437nfe for <76625@bugs.debian.org>; Sun, 04 Feb 2007 14:49:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KTS3l5pbUj66xSZLMCbsUNFJmlXG8pHeoNlzoIFz+NPegZ8RHE5oxQuVXvz9YASRgx010Vpr1q368NS16ekImJWmNBMFwpLZf/l0wdceUPQpPP+ccHths3WGotvSAlr7YL/1GvYqpVSVgLa1qsuD7m/ufJm51Wy7UbD1gY7RtCY= Received: by 10.82.172.15 with SMTP id u15mr1790898bue.1170629352432; Sun, 04 Feb 2007 14:49:12 -0800 (PST) Received: by 10.82.167.14 with HTTP; Sun, 4 Feb 2007 14:49:12 -0800 (PST) Message-ID: <2fa647f60702041449x3c5f6cb2t7b28c69c5c6e4e14@mail.gmail.com> Date: Sun, 4 Feb 2007 23:49:12 +0100 From: "Thue Janus Kristensen" To: 76625@bugs.debian.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_62638_5618950.1170629352148" X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 ------=_Part_62638_5618950.1170629352148 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I created a patch which fixes the problem. With this patch, a last newline is no longer needed, which is the most user-friendly IMO. Regards, Thue ------=_Part_62638_5618950.1170629352148 Content-Type: text/plain; name=cron_newlines.diff; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: f_exs2eg5r Content-Disposition: attachment; filename="cron_newlines.diff" T25seSBpbiB0aHVlMzogYi1jcm9uCk9ubHkgaW4gdGh1ZTM6IGItY3Jvbi1zZQpkaWZmIC11IGNy b24tMy4wcGwxL2Nyb24uaCB0aHVlMy9jcm9uLmgKLS0tIGNyb24tMy4wcGwxL2Nyb24uaAkyMDA3 LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMvY3Jvbi5oCTIwMDctMDIt MDQgMjI6Mjk6NTguMDAwMDAwMDAwICswMTAwCkBAIC0yMjYsNyArMjI2LDcgQEAKIAkJZ2V0X3N0 cmluZyBfX1AoKGNoYXIgKiwgaW50LCBGSUxFICosIGNoYXIgKikpLAogCQlzd2FwX3VpZHMgX19Q KCh2b2lkKSksCiAJCXN3YXBfdWlkc19iYWNrIF9fUCgodm9pZCkpLAotCQlsb2FkX2VudiBfX1Ao KGNoYXIgKiwgRklMRSAqKSksCisJCWxvYWRfZW52IF9fUCgoY2hhciAqLCBGSUxFICosIGludCAq KSksCiAJCWNyb25fcGNsb3NlIF9fUCgoRklMRSAqKSksCiAJCXN0cmNtcF91bnRpbCBfX1AoKGNo YXIgKiwgY2hhciAqLCBpbnQpKSwKIAkJYWxsb3dlZCBfX1AoKGNoYXIgKikpLApkaWZmIC11IGNy b24tMy4wcGwxL2Nyb250YWIuYyB0aHVlMy9jcm9udGFiLmMKLS0tIGNyb24tMy4wcGwxL2Nyb250 YWIuYwkyMDA3LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMvY3JvbnRh Yi5jCTIwMDctMDItMDQgMjI6Mjk6NTguMDAwMDAwMDAwICswMTAwCkBAIC04MDgsNyArODA4LDcg QEAKIAlTZXRfTGluZU51bSgxIC0gTkhFQURFUl9MSU5FUykKIAlDaGVja0Vycm9yQ291bnQgPSAw OyAgZW9mID0gRkFMU0U7CiAJd2hpbGUgKCFDaGVja0Vycm9yQ291bnQgJiYgIWVvZikgewotCQlz d2l0Y2ggKGxvYWRfZW52KGVudnN0ciwgdG1wKSkgeworCQlzd2l0Y2ggKGxvYWRfZW52KGVudnN0 ciwgdG1wLCAmZW9mKSkgewogCQljYXNlIEVSUjoKIAkJCWVvZiA9IFRSVUU7CiAJCQlicmVhazsK Q29tbW9uIHN1YmRpcmVjdG9yaWVzOiBjcm9uLTMuMHBsMS9kZWJpYW4gYW5kIHRodWUzL2RlYmlh bgpkaWZmIC11IGNyb24tMy4wcGwxL2VudHJ5LmMgdGh1ZTMvZW50cnkuYwotLS0gY3Jvbi0zLjBw bDEvZW50cnkuYwkyMDA3LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMv ZW50cnkuYwkyMDA3LTAyLTA0IDIyOjI5OjU4LjAwMDAwMDAwMCArMDEwMApAQCAtMzE5LDEzICsz MTksOSBAQAogCSAqLyAKIAljaCA9IGdldF9zdHJpbmcoY21kLCBNQVhfQ09NTUFORCwgZmlsZSwg IlxuIik7CiAKLQkvKiBhIGZpbGUgd2l0aG91dCBhIFxuIGJlZm9yZSB0aGUgRU9GIGlzIHJ1ZGUs IHNvIHdlJ2xsIGNvbXBsYWluLi4uCisJLyogQWxsb3cgRU9GIGF0IHRoZSBlbmQgb2YgdGhlIGxp bmUKKwkgKiBpZiAoY2ggPT0gRU9GKSB7IC4uLiB9CiAJICovCi0JaWYgKGNoID09IEVPRikgewot CQllY29kZSA9IGVfY21kOwotICAgICAgICAgICAgICAgIGxvZ19pdCgiQ1JPTiIsZ2V0cGlkKCks IkRFQlVHIiwiZGV0ZWN0ZWQgZWFybHkgZW9mIik7Ci0JCWdvdG8gZW9mOwotCX0KIAogCS8qIGdv dCB0aGUgY29tbWFuZCBpbiB0aGUgJ2NtZCcgc3RyaW5nOyBzYXZlIGl0IGluICplLgogCSAqLwpk aWZmIC11IGNyb24tMy4wcGwxL2Vudi5jIHRodWUzL2Vudi5jCi0tLSBjcm9uLTMuMHBsMS9lbnYu YwkyMDA3LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMvZW52LmMJMjAw Ny0wMi0wNCAyMjo1OTo1My4wMDAwMDAwMDAgKzAxMDAKQEAgLTEzNCw5ICsxMzQsMTAgQEAKICAq CQlUUlVFID0gd2FzIGFuIGVudiBzZXR0aW5nCiAgKi8KIGludAotbG9hZF9lbnYoZW52c3RyLCBm KQorbG9hZF9lbnYoZW52c3RyLCBmLCBlb2YpCiAJY2hhcgkqZW52c3RyOwogCUZJTEUJKmY7CisJ aW50ICAgICAqZW9mOwogewogCWxvbmcJZmlsZXBvczsKIAlpbnQJZmlsZWxpbmU7CkBAIC0xNDYs OCArMTQ3LDcgQEAKIAlmaWxlcG9zID0gZnRlbGwoZik7CiAJZmlsZWxpbmUgPSBMaW5lTnVtYmVy OwogCXNraXBfY29tbWVudHMoZik7Ci0JaWYgKEVPRiA9PSBnZXRfc3RyaW5nKGVudnN0ciwgTUFY X0VOVlNUUiAtIDEsIGYsICJcbiIpKQotCQlyZXR1cm4gKEVSUik7CisJKmVvZiA9IEVPRiA9PSBn ZXRfc3RyaW5nKGVudnN0ciwgTUFYX0VOVlNUUiAtIDEsIGYsICJcbiIpOwogCiAgICAgZW52c3Ry W01BWF9FTlZTVFIgLSAxXSA9ICdcMCc7CiAKZGlmZiAtdSBjcm9uLTMuMHBsMS91c2VyLmMgdGh1 ZTMvdXNlci5jCi0tLSBjcm9uLTMuMHBsMS91c2VyLmMJMjAwNy0wMi0wNCAyMzo0MTozMi4wMDAw MDAwMDAgKzAxMDAKKysrIHRodWUzL3VzZXIuYwkyMDA3LTAyLTA0IDIzOjQyOjU0LjAwMDAwMDAw MCArMDEwMApAQCAtMTUzLDcgKzE1Myw3IEBACiAJRklMRQkqZmlsZTsKIAl1c2VyCSp1OwogCWVu dHJ5CSplOwotCWludAlzdGF0dXM7CisJaW50CXN0YXR1cywgZW9mOwogCWNoYXIJKiplbnZwID0g TlVMTCwgKip0ZW52cDsKIAogCWlmICghKGZpbGUgPSBmZG9wZW4oY3JvbnRhYl9mZCwgInIiKSkp IHsKQEAgLTIwNiw3ICsyMDYsOCBAQAogCS8qCiAJICogbG9hZCB0aGUgY3JvbnRhYgogCSAqLwot CXdoaWxlICgoc3RhdHVzID0gbG9hZF9lbnYoZW52c3RyLCBmaWxlKSkgPj0gT0spIHsKKwllb2Yg PSBGQUxTRTsKKwl3aGlsZSAoIWVvZiAmJiAoc3RhdHVzID0gbG9hZF9lbnYoZW52c3RyLCBmaWxl LCAmZW9mKSkgPj0gT0spIHsKIAkJc3dpdGNoIChzdGF0dXMpIHsKIAkJY2FzZSBFUlI6CiAJCQlm cmVlX3VzZXIodSk7CkBAIC0yMjMsNiArMjI0LDggQEAKIAkJCWlmIChlKSB7CiAJCQkJZS0+bmV4 dCA9IHUtPmNyb250YWI7CiAJCQkJdS0+Y3JvbnRhYiA9IGU7CisJCQl9IGVsc2UgaWYgKGVvZikg eworCQkJICBnb3RvIGRvbmU7CiAJCQl9IGVsc2UgewogCQkJCS8qIHN0b3AgcHJvY2Vzc2luZyBv biBFT0Yvc3ludGF4IGVycm9yICovCiAJCQkJZnJlZV91c2VyKHUpOwpPbmx5IGluIHRodWUzOiB1 c2VyLmN+Cg== ------=_Part_62638_5618950.1170629352148--   Acknowledgement sent to "Thue Janus Kristensen" <thuejk@gmail.com>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.417 (Entity 5.417) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: "Thue Janus Kristensen" Subject: Bug#76625: Info received (A patch which fixes the issue) Message-Id: References: <2fa647f60702041449x3c5f6cb2t7b28c69c5c6e4e14@mail.gmail.com> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to continue to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 76625) by bugs.debian.org; 4 Feb 2007 22:49:17 +0000 From thuejk@gmail.com Sun Feb 04 14:49:17 2007 Return-path: Received: from nf-out-0910.google.com ([64.233.182.184]) by spohr.debian.org with esmtp (Exim 4.50) id 1HDqAf-00073U-Kq for 76625@bugs.debian.org; Sun, 04 Feb 2007 14:49:17 -0800 Received: by nf-out-0910.google.com with SMTP id i2so108437nfe for <76625@bugs.debian.org>; Sun, 04 Feb 2007 14:49:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KTS3l5pbUj66xSZLMCbsUNFJmlXG8pHeoNlzoIFz+NPegZ8RHE5oxQuVXvz9YASRgx010Vpr1q368NS16ekImJWmNBMFwpLZf/l0wdceUPQpPP+ccHths3WGotvSAlr7YL/1GvYqpVSVgLa1qsuD7m/ufJm51Wy7UbD1gY7RtCY= Received: by 10.82.172.15 with SMTP id u15mr1790898bue.1170629352432; Sun, 04 Feb 2007 14:49:12 -0800 (PST) Received: by 10.82.167.14 with HTTP; Sun, 4 Feb 2007 14:49:12 -0800 (PST) Message-ID: <2fa647f60702041449x3c5f6cb2t7b28c69c5c6e4e14@mail.gmail.com> Date: Sun, 4 Feb 2007 23:49:12 +0100 From: "Thue Janus Kristensen" To: 76625@bugs.debian.org Subject: A patch which fixes the issue MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_62638_5618950.1170629352148" X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 ------=_Part_62638_5618950.1170629352148 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I created a patch which fixes the problem. With this patch, a last newline is no longer needed, which is the most user-friendly IMO. Regards, Thue ------=_Part_62638_5618950.1170629352148 Content-Type: text/plain; name=cron_newlines.diff; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: f_exs2eg5r Content-Disposition: attachment; filename="cron_newlines.diff" T25seSBpbiB0aHVlMzogYi1jcm9uCk9ubHkgaW4gdGh1ZTM6IGItY3Jvbi1zZQpkaWZmIC11IGNy b24tMy4wcGwxL2Nyb24uaCB0aHVlMy9jcm9uLmgKLS0tIGNyb24tMy4wcGwxL2Nyb24uaAkyMDA3 LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMvY3Jvbi5oCTIwMDctMDIt MDQgMjI6Mjk6NTguMDAwMDAwMDAwICswMTAwCkBAIC0yMjYsNyArMjI2LDcgQEAKIAkJZ2V0X3N0 cmluZyBfX1AoKGNoYXIgKiwgaW50LCBGSUxFICosIGNoYXIgKikpLAogCQlzd2FwX3VpZHMgX19Q KCh2b2lkKSksCiAJCXN3YXBfdWlkc19iYWNrIF9fUCgodm9pZCkpLAotCQlsb2FkX2VudiBfX1Ao KGNoYXIgKiwgRklMRSAqKSksCisJCWxvYWRfZW52IF9fUCgoY2hhciAqLCBGSUxFICosIGludCAq KSksCiAJCWNyb25fcGNsb3NlIF9fUCgoRklMRSAqKSksCiAJCXN0cmNtcF91bnRpbCBfX1AoKGNo YXIgKiwgY2hhciAqLCBpbnQpKSwKIAkJYWxsb3dlZCBfX1AoKGNoYXIgKikpLApkaWZmIC11IGNy b24tMy4wcGwxL2Nyb250YWIuYyB0aHVlMy9jcm9udGFiLmMKLS0tIGNyb24tMy4wcGwxL2Nyb250 YWIuYwkyMDA3LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMvY3JvbnRh Yi5jCTIwMDctMDItMDQgMjI6Mjk6NTguMDAwMDAwMDAwICswMTAwCkBAIC04MDgsNyArODA4LDcg QEAKIAlTZXRfTGluZU51bSgxIC0gTkhFQURFUl9MSU5FUykKIAlDaGVja0Vycm9yQ291bnQgPSAw OyAgZW9mID0gRkFMU0U7CiAJd2hpbGUgKCFDaGVja0Vycm9yQ291bnQgJiYgIWVvZikgewotCQlz d2l0Y2ggKGxvYWRfZW52KGVudnN0ciwgdG1wKSkgeworCQlzd2l0Y2ggKGxvYWRfZW52KGVudnN0 ciwgdG1wLCAmZW9mKSkgewogCQljYXNlIEVSUjoKIAkJCWVvZiA9IFRSVUU7CiAJCQlicmVhazsK Q29tbW9uIHN1YmRpcmVjdG9yaWVzOiBjcm9uLTMuMHBsMS9kZWJpYW4gYW5kIHRodWUzL2RlYmlh bgpkaWZmIC11IGNyb24tMy4wcGwxL2VudHJ5LmMgdGh1ZTMvZW50cnkuYwotLS0gY3Jvbi0zLjBw bDEvZW50cnkuYwkyMDA3LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMv ZW50cnkuYwkyMDA3LTAyLTA0IDIyOjI5OjU4LjAwMDAwMDAwMCArMDEwMApAQCAtMzE5LDEzICsz MTksOSBAQAogCSAqLyAKIAljaCA9IGdldF9zdHJpbmcoY21kLCBNQVhfQ09NTUFORCwgZmlsZSwg IlxuIik7CiAKLQkvKiBhIGZpbGUgd2l0aG91dCBhIFxuIGJlZm9yZSB0aGUgRU9GIGlzIHJ1ZGUs IHNvIHdlJ2xsIGNvbXBsYWluLi4uCisJLyogQWxsb3cgRU9GIGF0IHRoZSBlbmQgb2YgdGhlIGxp bmUKKwkgKiBpZiAoY2ggPT0gRU9GKSB7IC4uLiB9CiAJICovCi0JaWYgKGNoID09IEVPRikgewot CQllY29kZSA9IGVfY21kOwotICAgICAgICAgICAgICAgIGxvZ19pdCgiQ1JPTiIsZ2V0cGlkKCks IkRFQlVHIiwiZGV0ZWN0ZWQgZWFybHkgZW9mIik7Ci0JCWdvdG8gZW9mOwotCX0KIAogCS8qIGdv dCB0aGUgY29tbWFuZCBpbiB0aGUgJ2NtZCcgc3RyaW5nOyBzYXZlIGl0IGluICplLgogCSAqLwpk aWZmIC11IGNyb24tMy4wcGwxL2Vudi5jIHRodWUzL2Vudi5jCi0tLSBjcm9uLTMuMHBsMS9lbnYu YwkyMDA3LTAyLTA0IDIzOjQxOjMyLjAwMDAwMDAwMCArMDEwMAorKysgdGh1ZTMvZW52LmMJMjAw Ny0wMi0wNCAyMjo1OTo1My4wMDAwMDAwMDAgKzAxMDAKQEAgLTEzNCw5ICsxMzQsMTAgQEAKICAq CQlUUlVFID0gd2FzIGFuIGVudiBzZXR0aW5nCiAgKi8KIGludAotbG9hZF9lbnYoZW52c3RyLCBm KQorbG9hZF9lbnYoZW52c3RyLCBmLCBlb2YpCiAJY2hhcgkqZW52c3RyOwogCUZJTEUJKmY7CisJ aW50ICAgICAqZW9mOwogewogCWxvbmcJZmlsZXBvczsKIAlpbnQJZmlsZWxpbmU7CkBAIC0xNDYs OCArMTQ3LDcgQEAKIAlmaWxlcG9zID0gZnRlbGwoZik7CiAJZmlsZWxpbmUgPSBMaW5lTnVtYmVy OwogCXNraXBfY29tbWVudHMoZik7Ci0JaWYgKEVPRiA9PSBnZXRfc3RyaW5nKGVudnN0ciwgTUFY X0VOVlNUUiAtIDEsIGYsICJcbiIpKQotCQlyZXR1cm4gKEVSUik7CisJKmVvZiA9IEVPRiA9PSBn ZXRfc3RyaW5nKGVudnN0ciwgTUFYX0VOVlNUUiAtIDEsIGYsICJcbiIpOwogCiAgICAgZW52c3Ry W01BWF9FTlZTVFIgLSAxXSA9ICdcMCc7CiAKZGlmZiAtdSBjcm9uLTMuMHBsMS91c2VyLmMgdGh1 ZTMvdXNlci5jCi0tLSBjcm9uLTMuMHBsMS91c2VyLmMJMjAwNy0wMi0wNCAyMzo0MTozMi4wMDAw MDAwMDAgKzAxMDAKKysrIHRodWUzL3VzZXIuYwkyMDA3LTAyLTA0IDIzOjQyOjU0LjAwMDAwMDAw MCArMDEwMApAQCAtMTUzLDcgKzE1Myw3IEBACiAJRklMRQkqZmlsZTsKIAl1c2VyCSp1OwogCWVu dHJ5CSplOwotCWludAlzdGF0dXM7CisJaW50CXN0YXR1cywgZW9mOwogCWNoYXIJKiplbnZwID0g TlVMTCwgKip0ZW52cDsKIAogCWlmICghKGZpbGUgPSBmZG9wZW4oY3JvbnRhYl9mZCwgInIiKSkp IHsKQEAgLTIwNiw3ICsyMDYsOCBAQAogCS8qCiAJICogbG9hZCB0aGUgY3JvbnRhYgogCSAqLwot CXdoaWxlICgoc3RhdHVzID0gbG9hZF9lbnYoZW52c3RyLCBmaWxlKSkgPj0gT0spIHsKKwllb2Yg PSBGQUxTRTsKKwl3aGlsZSAoIWVvZiAmJiAoc3RhdHVzID0gbG9hZF9lbnYoZW52c3RyLCBmaWxl LCAmZW9mKSkgPj0gT0spIHsKIAkJc3dpdGNoIChzdGF0dXMpIHsKIAkJY2FzZSBFUlI6CiAJCQlm cmVlX3VzZXIodSk7CkBAIC0yMjMsNiArMjI0LDggQEAKIAkJCWlmIChlKSB7CiAJCQkJZS0+bmV4 dCA9IHUtPmNyb250YWI7CiAJCQkJdS0+Y3JvbnRhYiA9IGU7CisJCQl9IGVsc2UgaWYgKGVvZikg eworCQkJICBnb3RvIGRvbmU7CiAJCQl9IGVsc2UgewogCQkJCS8qIHN0b3AgcHJvY2Vzc2luZyBv biBFT0Yvc3ludGF4IGVycm9yICovCiAJCQkJZnJlZV91c2VyKHUpOwpPbmx5IGluIHRodWUzOiB1 c2VyLmN+Cg== ------=_Part_62638_5618950.1170629352148--   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Patch fixes bug on etch Reply-To: Vincent Wolsink , 76625@bugs.debian.org Resent-From: Vincent Wolsink Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Thu, 25 Oct 2007 12:48:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.11933162532089 (code B ref 76625); Thu, 25 Oct 2007 12:48:01 +0000 Received: (at 76625) by bugs.debian.org; 25 Oct 2007 12:44:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO, MURPHY_DRUGS_REL8,VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Received: from gw.c1.byte.nl ([82.94.214.64] helo=smtp.byte.nl) by rietz.debian.org with esmtp (Exim 4.50) id 1Il1yi-000658-6f; Thu, 25 Oct 2007 12:38:24 +0000 Received: from [192.168.1.130] (a82-93-87-175.adsl.xs4all.nl [82.93.87.175]) by smtp.byte.nl (Postfix) with ESMTP id 461CC621E5; Thu, 25 Oct 2007 14:37:52 +0200 (CEST) Message-ID: <47208DFF.3010401@byte.nl> Date: Thu, 25 Oct 2007 14:37:19 +0200 From: Vincent Wolsink User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: 76625@bugs.debian.org Cc: control@bugs.debian.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit found 76625 3.0pl1-100 tags 76625 etch patch thanks Dear Maintainer, The cron_newlines.diff patch fixes this bug for me on current etch (3.0pl1-100). Please apply. Regards, Vincent Wolsink   Acknowledgement sent to Vincent Wolsink <vincent@byte.nl>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.417 (Entity 5.417) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Vincent Wolsink Subject: Bug#76625: Info received (Patch fixes bug on etch) Message-Id: References: <47208DFF.3010401@byte.nl> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to continue to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database)   Received: (at 76625) by bugs.debian.org; 25 Oct 2007 12:44:13 +0000 From vincent@byte.nl Thu Oct 25 12:44:13 2007 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO, MURPHY_DRUGS_REL8,VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from gw.c1.byte.nl ([82.94.214.64] helo=smtp.byte.nl) by rietz.debian.org with esmtp (Exim 4.50) id 1Il1yi-000658-6f; Thu, 25 Oct 2007 12:38:24 +0000 Received: from [192.168.1.130] (a82-93-87-175.adsl.xs4all.nl [82.93.87.175]) by smtp.byte.nl (Postfix) with ESMTP id 461CC621E5; Thu, 25 Oct 2007 14:37:52 +0200 (CEST) Message-ID: <47208DFF.3010401@byte.nl> Date: Thu, 25 Oct 2007 14:37:19 +0200 From: Vincent Wolsink User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: 76625@bugs.debian.org Cc: control@bugs.debian.org Subject: Patch fixes bug on etch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit found 76625 3.0pl1-100 tags 76625 etch patch thanks Dear Maintainer, The cron_newlines.diff patch fixes this bug for me on current etch (3.0pl1-100). Please apply. Regards, Vincent Wolsink   Bug marked as found in version 3.0pl1-100. Request was from Vincent Wolsink <vincent@byte.nl> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 25 Oct 2007 12:44:13 +0000 From vincent@byte.nl Thu Oct 25 12:44:13 2007 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO, MURPHY_DRUGS_REL8,VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from gw.c1.byte.nl ([82.94.214.64] helo=smtp.byte.nl) by rietz.debian.org with esmtp (Exim 4.50) id 1Il1yi-000658-6f; Thu, 25 Oct 2007 12:38:24 +0000 Received: from [192.168.1.130] (a82-93-87-175.adsl.xs4all.nl [82.93.87.175]) by smtp.byte.nl (Postfix) with ESMTP id 461CC621E5; Thu, 25 Oct 2007 14:37:52 +0200 (CEST) Message-ID: <47208DFF.3010401@byte.nl> Date: Thu, 25 Oct 2007 14:37:19 +0200 From: Vincent Wolsink User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: 76625@bugs.debian.org Cc: control@bugs.debian.org Subject: Patch fixes bug on etch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: control@bugs.debian.org found 76625 3.0pl1-100 tags 76625 etch patch thanks Dear Maintainer, The cron_newlines.diff patch fixes this bug for me on current etch (3.0pl1-100). Please apply. Regards, Vincent Wolsink   Tags added: etch, patch Request was from Vincent Wolsink <vincent@byte.nl> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 25 Oct 2007 12:44:13 +0000 From vincent@byte.nl Thu Oct 25 12:44:13 2007 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=BAYES_00,FORGED_RCVD_HELO, MURPHY_DRUGS_REL8,VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from gw.c1.byte.nl ([82.94.214.64] helo=smtp.byte.nl) by rietz.debian.org with esmtp (Exim 4.50) id 1Il1yi-000658-6f; Thu, 25 Oct 2007 12:38:24 +0000 Received: from [192.168.1.130] (a82-93-87-175.adsl.xs4all.nl [82.93.87.175]) by smtp.byte.nl (Postfix) with ESMTP id 461CC621E5; Thu, 25 Oct 2007 14:37:52 +0200 (CEST) Message-ID: <47208DFF.3010401@byte.nl> Date: Thu, 25 Oct 2007 14:37:19 +0200 From: Vincent Wolsink User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: 76625@bugs.debian.org Cc: control@bugs.debian.org Subject: Patch fixes bug on etch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: control@bugs.debian.org found 76625 3.0pl1-100 tags 76625 etch patch thanks Dear Maintainer, The cron_newlines.diff patch fixes this bug for me on current etch (3.0pl1-100). Please apply. Regards, Vincent Wolsink   Tags removed: etch Request was from Justin Pryzby <justinpryzby@users.sourceforge.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 31 Mar 2008 20:36:24 +0000 From justinpryzby@users.sourceforge.net Mon Mar 31 20:36:24 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-5.7 required=4.0 tests=BAYES_00,DNS_FROM_RFC_ABUSE, MDO_AUTORESP3,VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JgQjw-0006Uz-FL for control@bugs.debian.org; Mon, 31 Mar 2008 20:36:24 +0000 Received: from libra ([74.71.209.227]) by hrndva-omta06.mail.rr.com with ESMTP id <20080331203618.LUNZ14774.hrndva-omta06.mail.rr.com@libra> for ; Mon, 31 Mar 2008 20:36:18 +0000 Received: from pryzbyj by libra with local (Exim 4.63) (envelope-from ) id 1JgQjk-0000J8-IC for control@bugs.debian.org; Mon, 31 Mar 2008 16:36:12 -0400 To: control@bugs.debian.org Subject: tagging 76625 X-BTS-Version: 2.10.20 Message-Id: From: Justin Pryzby Date: Mon, 31 Mar 2008 16:36:12 -0400 Delivered-To: control@bugs.debian.org # Automatically generated email from bts, devscripts version 2.10.20 tags 76625 - etch   Bug marked as found in version 3.0pl1-104. Request was from Justin Pryzby <justinpryzby@users.sourceforge.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 31 Mar 2008 23:05:09 +0000 From justinpryzby@users.sourceforge.net Mon Mar 31 23:05:08 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-5.7 required=4.0 tests=BAYES_00,DNS_FROM_RFC_ABUSE, MDO_AUTORESP3,VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JgT3s-0007au-SG for control@bugs.debian.org; Mon, 31 Mar 2008 23:05:08 +0000 Received: from libra ([74.71.209.227]) by hrndva-omta03.mail.rr.com with ESMTP id <20080331230502.ODCZ20696.hrndva-omta03.mail.rr.com@libra> for ; Mon, 31 Mar 2008 23:05:02 +0000 Received: from pryzbyj by libra with local (Exim 4.63) (envelope-from ) id 1JgT3m-0002e3-KI for control@bugs.debian.org; Mon, 31 Mar 2008 19:05:02 -0400 To: control@bugs.debian.org Subject: found 76625 in 3.0pl1-104 X-BTS-Version: 2.10.20 Message-Id: From: Justin Pryzby Date: Mon, 31 Mar 2008 19:05:02 -0400 Delivered-To: control@bugs.debian.org # Automatically generated email from bts, devscripts version 2.10.20 found 76625 3.0pl1-104   Information stored:
Bug#76625; Package cron.   -t  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Bug#443615: this bug/#443615 - /usr/sbin/cron: sometimes, @reboot jobs are not run Reply-To: Justin Pryzby , 76625-quiet@bugs.debian.org Resent-From: Justin Pryzby Resent-To: Resent-Date: Mon, 07 Apr 2008 15:24:12 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-quiet@bugs.debian.org id=Q76625.12075818104260 (code Q ref 76625); Mon, 07 Apr 2008 15:24:12 +0000 Received: (at 76625-quiet) by bugs.debian.org; 7 Apr 2008 15:23:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,JOBS, MURPHY_DRUGS_REL8 autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JitBy-00014z-D8; Mon, 07 Apr 2008 15:23:30 +0000 Received: from localhost ([74.71.209.227]) by hrndva-omta05.mail.rr.com with ESMTP id <20080407152324.RGIB10963.hrndva-omta05.mail.rr.com@localhost>; Mon, 7 Apr 2008 15:23:24 +0000 Received: from pryzbyj by localhost with local (Exim 4.63) (envelope-from ) id 1JitBr-0001WH-Nr; Mon, 07 Apr 2008 11:23:23 -0400 Date: Mon, 7 Apr 2008 11:23:23 -0400 From: Justin Pryzby To: River Tarnell Cc: 443615@bugs.debian.org, 76625-quiet@bugs.debian.org Message-ID: <20080407152323.GA5710@cetus> References: <20080306190305.GA23700@libra> <1276222683.20080327113510@wikimedia.org> <20080328164425.GB16941@cetus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080328164425.GB16941@cetus> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) On Fri, Mar 28, 2008 at 12:44:25PM -0400, Justin Pryzby wrote: > On Thu, Mar 27, 2008 at 11:35:10AM +0000, River Tarnell wrote: > > JP> a non-issue in cron, right? However it seems that cron perhaps should > > JP> have sent some warning messages/logs if an error was encountered. Is > > JP> this correct? > > > > sorry for taking so long to reply - yes, i think that's correct. > it returns nonzero exit status, so I think it should log that, and > also warn the user by mail (even if the command output nothing else). > > I sent patches to #155109 to implement that. [...] > > if the last time of the crontab lacks a newline, the line will be > > ignored (and jobs won't run). i haven't gotten around to filing a > I think that bug was separately reported, and unfortunately was > resolved simply by adding a note to crontab.[15]. It's reasonable IMO > to consider it a bug. This is bug#76625, which now has 2 patches (one of them mine). The earlier patch allows a file to end without a newline. Although this is the "comfortable" behavior, I like the subtle assertiveness of the intent of the upstream crontab's requirement. A file not ending in a newline might have been truncated (eg. due to ENOSPC) and that may even constitute a vulnerability (fill up the /var partition with one's own crontab such that when some other user tries to write/update theirs, the partial crontab runs command "foo /bar" rather than "foo /bar/baz" or "foo /home/john" rather than "foo /home/johnk" or ...). The behavior of my own patch isn't ideal, in particular since the "edit" path doesn't benefit from this parsing check. If it's okay with you, I'll close this (#443615) bug rept, since the remaining (2ndary) issues are addressed in other bugs. Justin   Acknowledgement sent to Justin Pryzby <justinpryzby@users.sourceforge.net>:
Extra info received and filed, but not forwarded.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Justin Pryzby Subject: Bug#76625: Info received and FILED only (Bug#443615: this bug/#443615 - /usr/sbin/cron: sometimes, @reboot jobs are not run) Message-ID: References: <20080407152323.GA5710@cetus> X-Debian-PR-Message: ack-info-quiet 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Reply-To: 76625-quiet@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message has not been forwarded to the package maintainers or other interested parties; you should ensure that the developers are aware of the problem you have entered into the system - preferably quoting the Bug reference number, #76625. If you wish to submit further information on this problem, please send it to 76625-quiet@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 76625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D76625 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 76625-quiet) by bugs.debian.org; 7 Apr 2008 15:23:30 +0000 From justinpryzby@users.sourceforge.net Mon Apr 07 15:23:30 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,JOBS, MURPHY_DRUGS_REL8 autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1JitBy-00014z-D8; Mon, 07 Apr 2008 15:23:30 +0000 Received: from localhost ([74.71.209.227]) by hrndva-omta05.mail.rr.com with ESMTP id <20080407152324.RGIB10963.hrndva-omta05.mail.rr.com@localhost>; Mon, 7 Apr 2008 15:23:24 +0000 Received: from pryzbyj by localhost with local (Exim 4.63) (envelope-from ) id 1JitBr-0001WH-Nr; Mon, 07 Apr 2008 11:23:23 -0400 Date: Mon, 7 Apr 2008 11:23:23 -0400 From: Justin Pryzby To: River Tarnell Cc: 443615@bugs.debian.org, 76625-quiet@bugs.debian.org Subject: Re: Bug#443615: this bug/#443615 - /usr/sbin/cron: sometimes, @reboot jobs are not run Message-ID: <20080407152323.GA5710@cetus> References: <20080306190305.GA23700@libra> <1276222683.20080327113510@wikimedia.org> <20080328164425.GB16941@cetus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080328164425.GB16941@cetus> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) On Fri, Mar 28, 2008 at 12:44:25PM -0400, Justin Pryzby wrote: > On Thu, Mar 27, 2008 at 11:35:10AM +0000, River Tarnell wrote: > > JP> a non-issue in cron, right? However it seems that cron perhaps should > > JP> have sent some warning messages/logs if an error was encountered. Is > > JP> this correct? > > > > sorry for taking so long to reply - yes, i think that's correct. > it returns nonzero exit status, so I think it should log that, and > also warn the user by mail (even if the command output nothing else). > > I sent patches to #155109 to implement that. [...] > > if the last time of the crontab lacks a newline, the line will be > > ignored (and jobs won't run). i haven't gotten around to filing a > I think that bug was separately reported, and unfortunately was > resolved simply by adding a note to crontab.[15]. It's reasonable IMO > to consider it a bug. This is bug#76625, which now has 2 patches (one of them mine). The earlier patch allows a file to end without a newline. Although this is the "comfortable" behavior, I like the subtle assertiveness of the intent of the upstream crontab's requirement. A file not ending in a newline might have been truncated (eg. due to ENOSPC) and that may even constitute a vulnerability (fill up the /var partition with one's own crontab such that when some other user tries to write/update theirs, the partial crontab runs command "foo /bar" rather than "foo /bar/baz" or "foo /home/john" rather than "foo /home/johnk" or ...). The behavior of my own patch isn't ideal, in particular since the "edit" path doesn't benefit from this parsing check. If it's okay with you, I'll close this (#443615) bug rept, since the remaining (2ndary) issues are addressed in other bugs. Justin   Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org.   Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@bugs.debian.org From: $requester Subject: Internal Control Message-Id: Bug archived. Date: Sun, 13 Jul 2008 07:29:17 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # Bug archived. thanks # This fakemail brought to you by your local debbugs # administrator   Bug unarchived. Request was from Justin Pryzby <justinpryzby@users.sourceforge.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 14 Jul 2008 16:53:49 +0000 From justinp@norchemlab.com Mon Jul 14 16:53:49 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=4.0 tests=BAYES_00,MDO_AUTORESP3, VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from clients.norchemlab.com ([206.80.216.109] helo=norchemlab.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KIRJ7-0005ZS-6w for control@bugs.debian.org; Mon, 14 Jul 2008 16:53:49 +0000 Received: from IT-SA (justinp.norchemlab.com [192.168.20.9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by norchemlab.com (Postfix) with ESMTPS id AB57E1E84A7 for ; Mon, 14 Jul 2008 09:53:48 -0700 (MST) Received: from justinp by IT-SA with local (Exim 4.69) (envelope-from ) id 1KIRJ6-0002AW-Lb for control@bugs.debian.org; Mon, 14 Jul 2008 09:53:48 -0700 From: Justin Pryzby To: control@bugs.debian.org Subject: unarchiving 79037, reopening 79037 Date: Mon, 14 Jul 2008 09:53:48 -0700 X-BTS-Version: 2.10.11ubuntu5.8.04.1 Message-ID: <1216054428-3984-bts-justinpryzby@users.sourceforge.net> Delivered-To: control@bugs.debian.org # Automatically generated email from bts, devscripts version 2.10.11ubuntu5.8.04.1 unarchive 79037 reopen 79037   Bug reopened, originator not changed. Request was from Justin Pryzby <justinpryzby@users.sourceforge.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 14 Jul 2008 16:53:49 +0000 From justinp@norchemlab.com Mon Jul 14 16:53:49 2008 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on rietz.debian.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=4.0 tests=BAYES_00,MDO_AUTORESP3, VALID_BTS_CONTROL autolearn=no version=3.1.4-bugs.debian.org_2005_01_02 Return-path: Received: from clients.norchemlab.com ([206.80.216.109] helo=norchemlab.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KIRJ7-0005ZS-6w for control@bugs.debian.org; Mon, 14 Jul 2008 16:53:49 +0000 Received: from IT-SA (justinp.norchemlab.com [192.168.20.9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by norchemlab.com (Postfix) with ESMTPS id AB57E1E84A7 for ; Mon, 14 Jul 2008 09:53:48 -0700 (MST) Received: from justinp by IT-SA with local (Exim 4.69) (envelope-from ) id 1KIRJ6-0002AW-Lb for control@bugs.debian.org; Mon, 14 Jul 2008 09:53:48 -0700 From: Justin Pryzby To: control@bugs.debian.org Subject: unarchiving 79037, reopening 79037 Date: Mon, 14 Jul 2008 09:53:48 -0700 X-BTS-Version: 2.10.11ubuntu5.8.04.1 Message-ID: <1216054428-3984-bts-justinpryzby@users.sourceforge.net> Delivered-To: control@bugs.debian.org # Automatically generated email from bts, devscripts version 2.10.11ubuntu5.8.04.1 unarchive 79037 reopen 79037   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063555] Reply-To: , 76625@bugs.debian.org Resent-From: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Mon, 13 Oct 2008 21:18:05 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.122393241711863 (code B ref 76625); Mon, 13 Oct 2008 21:18:05 +0000 Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:13:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: *** X-Spam-Bayes: score:0.5001 Tokens: new, 27; hammy, 16; neutral, 45; spammy, 15. spammytokens:1.000-4--H*Ad:U*76625, 1.000-1--H*UA:2000, 0.999-1--H*x:2000, 0.999-1--H*UA:CDO, 0.999-1--H*x:CDO hammytokens:0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically, 0.007-+--handled, 0.051-+--H*r:6.0.3790.1830 X-Spam-Status: No, score=3.1 required=4.0 tests=AUTOREPLY,BAYES_50,RDNS_NONE, SPF_PASS autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpUhD-0001vU-0B for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:11:19 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:11:13 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:11:12 -0500 thread-index: AckteDiePqDX3qmHRRWmC2arTpJ4mA== Thread-Topic: Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063555] From: To: <76625@bugs.debian.org> Date: Mon, 13 Oct 2008 16:11:12 -0500 Message-ID: <04AAB6684E42454BB7FD8F0CEDBE6F4F@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:11:12.0804 (UTC) FILETIME=[38BD8640:01C92D78] pfTicket: 5063555 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Acknowledgement sent to <customercare@swansonvitamins.com>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Subject: Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063555]) Message-ID: References: <04AAB6684E42454BB7FD8F0CEDBE6F4F@swansonhealth.com> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 76625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D76625 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:13:37 +0000 From customercare@swansonvitamins.com Mon Oct 13 21:13:37 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: *** X-Spam-Bayes: score:0.5001 Tokens: new, 27; hammy, 16; neutral, 45; spammy, 15. spammytokens:1.000-4--H*Ad:U*76625, 1.000-1--H*UA:2000, 0.999-1--H*x:2000, 0.999-1--H*UA:CDO, 0.999-1--H*x:CDO hammytokens:0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically, 0.007-+--handled, 0.051-+--H*r:6.0.3790.1830 X-Spam-Status: No, score=3.1 required=4.0 tests=AUTOREPLY,BAYES_50,RDNS_NONE, SPF_PASS autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Return-path: Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpUhD-0001vU-0B for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:11:19 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:11:13 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:11:12 -0500 thread-index: AckteDiePqDX3qmHRRWmC2arTpJ4mA== Thread-Topic: =?utf-8?Q?Auto_response_-_re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_custom?= =?utf-8?Q?ercare_=5BpfCase:56018=2C_pfTicket:5?= =?utf-8?Q?063555=5D?= From: To: <76625@bugs.debian.org> Subject: =?utf-8?Q?Auto_response_-_re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_custom?= =?utf-8?Q?ercare_=5BpfCase:56018=2C_pfTicket:5?= =?utf-8?Q?063555=5D?= Date: Mon, 13 Oct 2008 16:11:12 -0500 Message-ID: <04AAB6684E42454BB7FD8F0CEDBE6F4F@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:11:12.0804 (UTC) FILETIME=[38BD8640:01C92D78] pfTicket: 5063555 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063560] Reply-To: , 76625@bugs.debian.org Resent-From: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Mon, 13 Oct 2008 21:27:05 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.122393304432673 (code B ref 76625); Mon, 13 Oct 2008 21:27:05 +0000 Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:24:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: * X-Spam-Bayes: score:0.5000 Tokens: new, 28; hammy, 21; neutral, 45; spammy, 15. spammytokens:1.000-4--H*Ad:U*76625, 1.000-1--H*UA:2000, 0.999-1--H*x:CDO, 0.999-1--H*x:2000, 0.999-1--H*UA:CDO hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically X-Spam-Status: No, score=1.6 required=4.0 tests=AUTOREPLY,AWL,BAYES_50, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpUoj-0006DR-GQ for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:19:05 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:19:00 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:19:00 -0500 thread-index: AckteU8sVChPzpytT0ePfCfJx8hnGg== Thread-Topic: Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063560] From: To: <76625@bugs.debian.org> Date: Mon, 13 Oct 2008 16:18:59 -0500 Message-ID: <39D5DEF3BFAE422D9F40189855C6529A@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:19:00.0144 (UTC) FILETIME=[4F4BF300:01C92D79] pfTicket: 5063560 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Acknowledgement sent to <customercare@swansonvitamins.com>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Subject: Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063560]) Message-ID: References: <39D5DEF3BFAE422D9F40189855C6529A@swansonhealth.com> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 76625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D76625 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:24:04 +0000 From customercare@swansonvitamins.com Mon Oct 13 21:24:04 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: * X-Spam-Bayes: score:0.5000 Tokens: new, 28; hammy, 21; neutral, 45; spammy, 15. spammytokens:1.000-4--H*Ad:U*76625, 1.000-1--H*UA:2000, 0.999-1--H*x:CDO, 0.999-1--H*x:2000, 0.999-1--H*UA:CDO hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically X-Spam-Status: No, score=1.6 required=4.0 tests=AUTOREPLY,AWL,BAYES_50, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Return-path: Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpUoj-0006DR-GQ for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:19:05 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:19:00 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:19:00 -0500 thread-index: AckteU8sVChPzpytT0ePfCfJx8hnGg== Thread-Topic: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_customercare__=5BpfCase:560?= =?utf-8?Q?18=2C_pfTicket:5063560=5D?= From: To: <76625@bugs.debian.org> Subject: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_customercare__=5BpfCase:560?= =?utf-8?Q?18=2C_pfTicket:5063560=5D?= Date: Mon, 13 Oct 2008 16:18:59 -0500 Message-ID: <39D5DEF3BFAE422D9F40189855C6529A@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:19:00.0144 (UTC) FILETIME=[4F4BF300:01C92D79] pfTicket: 5063560 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063563] Reply-To: , 76625@bugs.debian.org Resent-From: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Mon, 13 Oct 2008 21:39:15 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.122393363519442 (code B ref 76625); Mon, 13 Oct 2008 21:39:15 +0000 Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:33:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0078 Tokens: new, 7; hammy, 44; neutral, 49; spammy, 10. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically X-Spam-Status: No, score=-1.7 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpUyV-0002c4-2d for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:29:11 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:29:05 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:29:05 -0500 thread-index: Ackterfbqc25VKFuSpWKDOk7rd+uaQ== Thread-Topic: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063563] From: To: <76625@bugs.debian.org> Date: Mon, 13 Oct 2008 16:29:05 -0500 Message-ID: <04178D4F6FBB4FD5AB1D63250E5EF67F@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:29:05.0269 (UTC) FILETIME=[B7FAB250:01C92D7A] pfTicket: 5063563 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Acknowledgement sent to <customercare@swansonvitamins.com>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Subject: Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063563]) Message-ID: References: <04178D4F6FBB4FD5AB1D63250E5EF67F@swansonhealth.com> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 76625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D76625 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:33:55 +0000 From customercare@swansonvitamins.com Mon Oct 13 21:33:55 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0078 Tokens: new, 7; hammy, 44; neutral, 49; spammy, 10. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically X-Spam-Status: No, score=-1.7 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Return-path: Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpUyV-0002c4-2d for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:29:11 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:29:05 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:29:05 -0500 thread-index: Ackterfbqc25VKFuSpWKDOk7rd+uaQ== Thread-Topic: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?Bug#76625:_Info__received_=28Auto_?= =?utf-8?Q?response_-_re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_customercar?= =?utf-8?Q?e___=5BpfCase:56018=2C_pfTicket:5063?= =?utf-8?Q?563=5D?= From: To: <76625@bugs.debian.org> Subject: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?Bug#76625:_Info__received_=28Auto_?= =?utf-8?Q?response_-_re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_customercar?= =?utf-8?Q?e___=5BpfCase:56018=2C_pfTicket:5063?= =?utf-8?Q?563=5D?= Date: Mon, 13 Oct 2008 16:29:05 -0500 Message-ID: <04178D4F6FBB4FD5AB1D63250E5EF67F@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:29:05.0269 (UTC) FILETIME=[B7FAB250:01C92D7A] pfTicket: 5063563 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063572] Reply-To: , 76625@bugs.debian.org Resent-From: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Mon, 13 Oct 2008 21:58:15 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.122393487518550 (code B ref 76625); Mon, 13 Oct 2008 21:58:15 +0000 Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:54:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0038 Tokens: new, 6; hammy, 44; neutral, 49; spammy, 10. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically X-Spam-Status: No, score=-2.7 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpVHW-0002Uw-Qe for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:48:54 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:48:45 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:48:45 -0500 thread-index: AcktfXcqxSMzbHiVRVagrcpd8s6RnQ== Thread-Topic: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063572] From: To: <76625@bugs.debian.org> Date: Mon, 13 Oct 2008 16:48:45 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:48:45.0221 (UTC) FILETIME=[77491550:01C92D7D] pfTicket: 5063572 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Acknowledgement sent to <customercare@swansonvitamins.com>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Subject: Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063572]) Message-ID: References: X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 76625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D76625 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 76625) by bugs.debian.org; 13 Oct 2008 21:54:35 +0000 From customercare@swansonvitamins.com Mon Oct 13 21:54:34 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0038 Tokens: new, 6; hammy, 44; neutral, 49; spammy, 10. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.006-+--automatically X-Spam-Status: No, score=-2.7 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Return-path: Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpVHW-0002Uw-Qe for 76625@bugs.debian.org; Mon, 13 Oct 2008 21:48:54 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 16:48:45 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 16:48:45 -0500 thread-index: AcktfXcqxSMzbHiVRVagrcpd8s6RnQ== Thread-Topic: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?Bug#76625:_Info__received_=28Auto_?= =?utf-8?Q?response_-_re:Bug#76625:_Info__r?= =?utf-8?Q?eceived_=28Auto_response_-__re:=D0=9F=D1=80=D0=B8?= =?utf-8?Q?=D0=B2=D0=B5=D1=82_customercare_____=5BpfCase:560?= =?utf-8?Q?18=2C_pfTicket:5063572=5D?= From: To: <76625@bugs.debian.org> Subject: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?Bug#76625:_Info__received_=28Auto_?= =?utf-8?Q?response_-_re:Bug#76625:_Info__r?= =?utf-8?Q?eceived_=28Auto_response_-__re:=D0=9F=D1=80=D0=B8?= =?utf-8?Q?=D0=B2=D0=B5=D1=82_customercare_____=5BpfCase:560?= =?utf-8?Q?18=2C_pfTicket:5063572=5D?= Date: Mon, 13 Oct 2008 16:48:45 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 21:48:45.0221 (UTC) FILETIME=[77491550:01C92D7D] pfTicket: 5063572 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063585] Reply-To: , 76625@bugs.debian.org Resent-From: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Mon, 13 Oct 2008 22:12:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.122393571710400 (code B ref 76625); Mon, 13 Oct 2008 22:12:01 +0000 Received: (at 76625) by bugs.debian.org; 13 Oct 2008 22:08:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0008 Tokens: new, 7; hammy, 47; neutral, 46; spammy, 10. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.005-+--pfcase X-Spam-Status: No, score=-3.3 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpVaD-0002Qm-9G for 76625@bugs.debian.org; Mon, 13 Oct 2008 22:08:09 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 17:08:04 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 17:08:03 -0500 thread-index: AcktgCnSmC1KIAYyR/CPDj8TFHS2nQ== Thread-Topic: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063585] From: To: <76625@bugs.debian.org> Date: Mon, 13 Oct 2008 17:08:03 -0500 Message-ID: <9F8A22290D9E4A729B5FF935505953B9@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 22:08:03.0954 (UTC) FILETIME=[29F1B520:01C92D80] pfTicket: 5063585 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Acknowledgement sent to <customercare@swansonvitamins.com>:
Extra info received and forwarded to list. Copy sent to Javier Fernandez-Sanguino Pen~a <jfs@computer.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Subject: Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063585]) Message-ID: References: <9F8A22290D9E4A729B5FF935505953B9@swansonhealth.com> X-Debian-PR-Message: ack-info 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Reply-To: 76625@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Javier Fernandez-Sanguino Pen~a If you wish to submit further information on this problem, please send it to 76625@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 76625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D76625 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 76625) by bugs.debian.org; 13 Oct 2008 22:08:37 +0000 From customercare@swansonvitamins.com Mon Oct 13 22:08:36 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0008 Tokens: new, 7; hammy, 47; neutral, 46; spammy, 10. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--generated, 0.005-+--pfcase X-Spam-Status: No, score=-3.3 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Return-path: Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpVaD-0002Qm-9G for 76625@bugs.debian.org; Mon, 13 Oct 2008 22:08:09 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 17:08:04 -0500 Received: from mail pickup service by swanpfs.swansonhealth.com with Microsoft SMTPSVC; Mon, 13 Oct 2008 17:08:03 -0500 thread-index: AcktgCnSmC1KIAYyR/CPDj8TFHS2nQ== Thread-Topic: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?Bug#76625:_Info__received_=28Auto_?= =?utf-8?Q?response_-_re:Bug#76625:_Info__r?= =?utf-8?Q?eceived_=28Auto_response_-__re:Bug?= =?utf-8?Q?#76625:_Info__received_=28Auto_res?= =?utf-8?Q?ponse_-__re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_customercare_?= =?utf-8?Q?_____=5BpfCase:56018=2C_pfTicket:506?= =?utf-8?Q?3585=5D?= From: To: <76625@bugs.debian.org> Subject: =?utf-8?Q?Auto_response_-_re:Bug#76625:_In?= =?utf-8?Q?fo_received_=28Auto_response_-_re:?= =?utf-8?Q?Bug#76625:_Info__received_=28Auto_?= =?utf-8?Q?response_-_re:Bug#76625:_Info__r?= =?utf-8?Q?eceived_=28Auto_response_-__re:Bug?= =?utf-8?Q?#76625:_Info__received_=28Auto_res?= =?utf-8?Q?ponse_-__re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82_customercare_?= =?utf-8?Q?_____=5BpfCase:56018=2C_pfTicket:506?= =?utf-8?Q?3585=5D?= Date: Mon, 13 Oct 2008 17:08:03 -0500 Message-ID: <9F8A22290D9E4A729B5FF935505953B9@swansonhealth.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 13 Oct 2008 22:08:03.0954 (UTC) FILETIME=[29F1B520:01C92D80] pfTicket: 5063585 Thank you for your e-mail. We have received your message, and it is being handled by one of our agents. Please expect a reply shortly. ------------------------------------------------------ This acknowledgement was automatically generated. Please DO NOT reply to this e-mail.   Information forwarded to debian-bugs-dist@lists.debian.org, Javier Fernandez-Sanguino Pen~a <jfs@computer.org>:
Bug#76625; Package cron.   debian-bugs-dist@lists.debian.orgJavier Fernandez-Sanguino Pen~a  X-Loop: owner@bugs.debian.org Subject: Bug#76625: Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - re:Bug#76625: Info received (Auto response - =?UTF-8?Q?re:=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82?= customercare [pfCase:56018, pfTicket:5063586] Reply-To: , 76625@bugs.debian.org Resent-From: Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Javier Fernandez-Sanguino Pen~a Resent-Date: Mon, 13 Oct 2008 22:21:03 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 76625 X-Debian-PR-Package: cron X-Debian-PR-Keywords: patch X-Debian-PR-Source: cron Received: via spool by 76625-submit@bugs.debian.org id=B76625.122393631730704 (code B ref 76625); Mon, 13 Oct 2008 22:21:03 +0000 Received: (at 76625) by bugs.debian.org; 13 Oct 2008 22:18:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: X-Spam-Bayes: score:0.0003 Tokens: new, 7; hammy, 47; neutral, 47; spammy, 9. spammytokens:0.995-+--H*x:Microsoft, 0.994-+--H*UA:Microsoft, 0.991-+--HX-MimeOLE:MimeOLE, 0.988-+--HX-MimeOLE:Microsoft, 0.988-+--HX-MimeOLE:Produced hammytokens:0.001-+--Bug, 0.001-+--bug, 0.003-+--acknowledgement, 0.004-+--pfcase, 0.004-+--H*MI:swansonhealth X-Spam-Status: No, score=-3.6 required=4.0 tests=AUTOREPLY,AWL,BAYES_00, HAS_BUG_NUMBER,RDNS_NONE,SPF_PASS autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from [65.214.229.215] (helo=mail02.swansonhealth.com) by rietz.debian.org with esmtp (Exim 4.63) (envelope-from ) id 1KpVfg-0005fd-F5 for 76625@bugs.debian.org; Mon, 13 Oct 2008 22:13:48 +0000 Received: from swanpfs.swansonhealth.com ([10.9.1.2]) by mail02.swansonhealth.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 17:13:43 -0500 Received: from mail pickup service by swanpfs.swansonhealth.co