Your message dated Fri, 03 Feb 2006 05:47:07 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#350962: fixed in amavisd-new 1:2.3.3-6
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)

--- Begin Message ---
>From [EMAIL PROTECTED] Wed Feb 01 16:59:19 2006
Return-path: <[EMAIL PROTECTED]>
Received: from cpe.exetel.com.au ([220.233.2.126] helo=io.exetel.com.au)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F4Soh-0005Pv-84
        for [EMAIL PROTECTED]; Wed, 01 Feb 2006 16:59:19 -0800
Received: from ap by io.exetel.com.au with local (Exim 4.50)
        id 1F4Soe-0002w1-Qm
        for [EMAIL PROTECTED]; Thu, 02 Feb 2006 11:59:16 +1100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: AP <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: amavisd-new: cab files not detected
X-Mailer: reportbug 3.8
Date: Thu, 02 Feb 2006 11:59:16 +1100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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: amavisd-new
Version: 1:2.3.3-4
Severity: important


All's well except that file is reporting cab archives as:

Microsoft Cabinet file, 621 bytes, 1 file

and not as:

Microsoft cabinet file, 621 bytes, 1 file

as amavis expects in:

  [qr/^Microsoft cabinet file\b/      => 'cab'],

The fix is obvious. Change the above to:

  [qr/^Microsoft cabinet file\b/i      => 'cab'],

And it all works well :)

Patch below:

--- amavisd-new 2006-02-02 11:46:54.000000000 +1100
+++ /usr/sbin/amavisd-new       2006-02-02 11:46:59.000000000 +1100
@@ -789,7 +789,7 @@
   [qr/^current ar archive\b/i         => 'a'],    # standard Unix archive (ar)
   [qr/^RPM\b/                         => 'rpm'],
   [qr/^(Transport Neutral Encapsulation Format|TNEF)\b/i => 'tnef'],
-  [qr/^Microsoft cabinet file\b/      => 'cab'],
+  [qr/^Microsoft cabinet file\b/i     => 'cab'],
 
   [qr/^(uuencoded|xxencoded)\b/i      => 'uue'],
   [qr/^binhex\b/i                     => 'hqx'],


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15-rc5
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages amavisd-new depends on:
ii  adduser                    3.63          Add and remove users and groups
ii  file                       4.12-1        Determines file type using "magic"
ii  libarchive-tar-perl        1.23-1        Archive::Tar - manipulate tar file
ii  libarchive-zip-perl        1.14-1        Module for manipulation of ZIP arc
ii  libberkeleydb-perl         0.26-3        use Berkeley DB 4 databases from P
ii  libcompress-zlib-perl      1.34-1        Perl module for creation and manip
ii  libconvert-tnef-perl       0.17-4        Perl module to read TNEF files
ii  libconvert-uulib-perl      1.0.5.1-1     Perl interface to the uulib librar
pn  libdigest-md5-perl                       Not found.
ii  libio-stringy-perl         2.110-1       Perl5 modules for IO from scalars 
ii  libmailtools-perl          1.62-1        Manipulate email in perl programs
pn  libmime-base64-perl                      Not found.
ii  libmime-perl               5.417-1       Perl5 modules for MIME-compliant m
ii  libnet-perl                1:1.19-1      Implementation of Internet protoco
ii  libnet-server-perl         0.87-3        An extensible, general perl server
ii  libunix-syslog-perl        0.100-4       Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl]  5.8.4-8sarge3 Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl] 5.8.4-8sarge3 Core Perl modules

-- no debconf information


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Fri Feb 03 05:50:25 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F51HH-00030b-Vn; Fri, 03 Feb 2006 05:47:07 -0800
From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#350962: fixed in amavisd-new 1:2.3.3-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 03 Feb 2006 05:47:07 -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

Source: amavisd-new
Source-Version: 1:2.3.3-6

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-6_i386.deb
  to pool/main/a/amavisd-new/amavisd-new-milter_2.3.3-6_i386.deb
amavisd-new_2.3.3-6.diff.gz
  to pool/main/a/amavisd-new/amavisd-new_2.3.3-6.diff.gz
amavisd-new_2.3.3-6.dsc
  to pool/main/a/amavisd-new/amavisd-new_2.3.3-6.dsc
amavisd-new_2.3.3-6_all.deb
  to pool/main/a/amavisd-new/amavisd-new_2.3.3-6_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: Fri,  3 Feb 2006 11:18:25 -0200
Source: amavisd-new
Binary: amavisd-new amavisd-new-milter
Architecture: source all i386
Version: 1:2.3.3-6
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: 295498 350917 350955 350962
Changes: 
 amavisd-new (1:2.3.3-6) unstable; urgency=low
 .
   * The "I should have waited 12h more to release 2.3.3-5" release
   * conf.d/20-debian_defaults: use "virusmails" as the quarantine directory,
     fixing this to use "quarantine" is extremely non-trivial in the
     packaging (but easy for the local admin) due to packaging issues
     (closes: #350917)
   * README.Debian: reword recommendation to disable bayes_auto_expire in
     spamassassin config files, this closes: #295498 once again; Fix some
     typos (closes: #350955)
   * Match file(1) output in case-insensitive mode for most long strings,
     and update Microsoft Cabinet match string (closes: #350962)
   * NEWS.Debian: call attention to the left-over quarantine file (caused
     by the #350917 fix described above)
Files: 
 3451831ddd4aadae74b23fb31c4a7d60 957 mail extra amavisd-new_2.3.3-6.dsc
 56e4f7fdf49630f3acc189d3dcb5e300 86646 mail extra amavisd-new_2.3.3-6.diff.gz
 3d02ee1f41512241b65586f55146f5fe 496602 mail extra amavisd-new_2.3.3-6_all.deb
 278567e9198251e6aae275ec66e0a730 29782 mail extra 
amavisd-new-milter_2.3.3-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iQEVAwUBQ+Nb/YjztdzjjnrPAQKNGgf9GdY7vCF/g7INktXeSt66J9YHGR0ik+OL
CUqClpDnqIj3HAJaRPHT55R56wPAvfcQPvb3vyrHZELSB/g5QnkwrQQHvcpbWcja
mrGj7A/UlZ7SCPqMVd6LjoHLgs5BOHtamphkrair2q/ADx9mRYB4e4SJr5RMoS4W
hmQa7LqUPtuBlePpz8009tQSoG0HT+QKS7by2vsNK5Kl6mGJoKjw8JctF+nYK79f
RHyiAaHhuOO8fYeWrAVA9t+ipqZqd2s+MGXnavSGZut1fOyx8YkL3xMmBX2Kpfrp
3zOsvwB542opl4lw8SAyw7IvGyYRkEWV5Uidqan6qEvvJn65PiM1fQ==
=6RU1
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to