Your message dated Sun, 15 Jan 2006 08:17:05 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283027: fixed in amavisd-new 1:2.3.3-3
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; 18 Nov 2004 16:57:00 +0000
>From [EMAIL PROTECTED] Thu Nov 18 08:57:00 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.johnmecham.com [65.73.174.13]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CUpae-0007hH-00; Thu, 18 Nov 2004 08:57:00 -0800
Received: from -GARYSDELL.JOHNMECHAM.COM ([10.164.197.102]) by mail with
InterScan Messaging Security Suite; Thu, 18 Nov 2004 09:56:29 -0700
Date: Thu, 18 Nov 2004 09:56:29 -0700
From: Gary Verchick <[EMAIL PROTECTED]>
X-Mailer: The Bat! (v1.62r)
Organization: D'Ambrosio Chrysler Jeep
X-Priority: 3 (Normal)
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: /etc/cron.daily/amavisd-new script broken
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
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=-6.5 required=4.0 tests=BAYES_10,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: amavisd-new
Version: 20030616p10-4
A script is supplied with the package.
/etc/cron.daily/amavisd-new
This script will not function as written:
#!/bin/sh
#
# Daily maintenance for amavisd-new
# $Id: amavisd-new.cron.daily,v 1.3 2004/05/27 01:18:50 hmh Exp $
#
# Needed only if spamassassin is in use
umask 022
test -e /usr/bin/sa-learn && test -e /usr/sbin/amavisd-new && {
su - amavis /usr/bin/sa-learn --rebuild --force-expire >/dev/null 2>&1
}
exit 0
Should have quotation marks around the command portion:
su - amavis '/usr/bin/sa-learn --rebuild --force-expire' >/dev/null 2>&1
The script does not work without them. If 'bayes_auto_expire 0' is set
in SpamAssassin, the bayes files will grow forever.
I am using Debian GNU/Linux Sarge on an i386.
Best regards,
Gary mailto:[EMAIL PROTECTED]
Best regards,
Gary mailto:[EMAIL PROTECTED]
---------------------------------------
Received: (at 283027-close) by bugs.debian.org; 15 Jan 2006 16:23:04 +0000
>From [EMAIL PROTECTED] Sun Jan 15 08:23:04 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EyAYz-0006bD-2I; Sun, 15 Jan 2006 08:17:05 -0800
From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#283027: fixed in amavisd-new 1:2.3.3-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 15 Jan 2006 08:17:05 -0800
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: amavisd-new
Source-Version: 1:2.3.3-3
We believe that the bug you reported is fixed in the latest version of
amavisd-new, which is due to be installed in the Debian FTP archive:
amavisd-new-milter_2.3.3-3_i386.deb
to pool/main/a/amavisd-new/amavisd-new-milter_2.3.3-3_i386.deb
amavisd-new_2.3.3-3.diff.gz
to pool/main/a/amavisd-new/amavisd-new_2.3.3-3.diff.gz
amavisd-new_2.3.3-3.dsc
to pool/main/a/amavisd-new/amavisd-new_2.3.3-3.dsc
amavisd-new_2.3.3-3_all.deb
to pool/main/a/amavisd-new/amavisd-new_2.3.3-3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> (supplier of updated
amavisd-new package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 15 Jan 2006 13:58:01 -0200
Source: amavisd-new
Binary: amavisd-new amavisd-new-milter
Architecture: source all i386
Version: 1:2.3.3-3
Distribution: unstable
Urgency: low
Maintainer: Brian May <[EMAIL PROTECTED]>
Changed-By: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
Description:
amavisd-new - Interface between MTA and virus scanner/content filters
amavisd-new-milter - Interface between sendmail-milter and amavisd-new
Closes: 283027 295498
Changes:
amavisd-new (1:2.3.3-3) unstable; urgency=low
.
[ Henrique de Moraes Holschuh ]
* Suggest spamassassin 3.1.0a or newer
* Do not direct stderr to /dev/null in cron scripts, now that sa 3.1.0a is
available in unstable (closes: #283027)
* README.Debian: document that using "bayes_auto_expire" for spamassassin
config when using amavisd-new is a very good idea (closes: #295498);
Reformat and add section headers while at it
Files:
b81093d4c9c7602f745aeb427ab9038a 956 mail extra amavisd-new_2.3.3-3.dsc
207998001b75c79b6d3c6e1c3ce7f094 80763 mail extra amavisd-new_2.3.3-3.diff.gz
5cc2dc826a5a1907749f3ea4a9f324d5 493038 mail extra amavisd-new_2.3.3-3_all.deb
2f22eb2ebeb6b76f5c34f52ebc25a030 29772 mail extra
amavisd-new-milter_2.3.3-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iQEVAwUBQ8pzIIjztdzjjnrPAQJG8AgAqE5LP6ZZ+c1AknKRhACnXk7xtTyGaFB+
tVEDuqr3fpSQHhfVIPlFEt5czUw2xZMYpRGhso+aQ7LfThivwT2HMBQPeyZBVH1T
0X5ZlHjm3YarW3jxKemtjIKc5+2aQohWMgjNntTpK6ENPhBRA6lVJf0/i1wbH+nF
Dj7WJSriRfRwsq0WF9DdpTkbPUeqvCBYi1CbnSpUn/AYc6tLsAYOHFwZtEWRLQ4N
C3LnEU/kz1eEKZCUKscsrDWkAU5tV/pwoLz2ZRDQjcRLW5cL3mKHpywoxkJ/yXGw
GIAT8EDWx+zINWoQ0WPQfw37YWGTZOmMHPf9BFpxVGuU7CozT49Gfw==
=k3Q6
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]