Your message dated Sat, 05 Feb 2005 15:47:39 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283495: fixed in mimedefang 2.49-1
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; 29 Nov 2004 12:21:44 +0000
>From [EMAIL PROTECTED] Mon Nov 29 04:21:44 2004
Return-path: <[EMAIL PROTECTED]>
Received: from (mail2.climaxgroup.com) [195.188.202.5] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CYkXH-0001hQ-00; Mon, 29 Nov 2004 04:21:43 -0800
Received: from mail2.climaxgroup.com (localhost [127.0.0.1])
        by mail2.climaxgroup.com (8.13.1/8.13.1/Debian-18) with ESMTP id 
iATCLfng014718;
        Mon, 29 Nov 2004 12:21:41 GMT
Received: (from [EMAIL PROTECTED])
        by mail2.climaxgroup.com (8.13.1/8.13.1/Submit) id iATCLfiH014716;
        Mon, 29 Nov 2004 12:21:41 GMT
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: mail2.climaxgroup.com: mark set sender to [EMAIL 
PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Mark Sheppard <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mimedefang: SpamAssassin + embedded perl = warning
X-Mailer: reportbug 3.2
Date: Mon, 29 Nov 2004 12:21:41 +0000
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: mimedefang
Version: 2.48-1
Severity: normal

With both SpamAssassin and embedded Perl enabled the default
mimedefang-filter gives this warning in syslog:

    WARNING: Something in your Perl filter appears to have opened a
    file descriptor outside of any function.  With embedded Perl, you
    should move any code that opens a file descriptor into
    filter_initialize.  DON'T BLAME MIMEDEFANG IF YOUR FILTER FAILS IN
    MYSTERIOUS AND UNPREDICTABLE WAYS.

Moving the following code inside a filter_initialize function gets rid
of it:

    # The next lines force SpamAssassin modules to be loaded and rules
    # to be compiled immediately.  This may improve performance on busy
    # mail servers.  Comment the lines out if you don't like them.
    if ($Features{"SpamAssassin"}) {
        spam_assassin_init()->compile_now(1) if defined(spam_assassin_init());

        # If you want to use auto-whitelisting:
    #   if (defined($SASpamTester)) {
    #       use Mail::SpamAssassin::DBBasedAddrList;
    #       my $awl = Mail::SpamAssassin::DBBasedAddrList->new();
    #       $SASpamTester->set_persistent_address_list_factory($awl) if 
defined($awl);
    #   }
    }

I'm not sure why SpamAssassin's compile_now would leave a file
descriptor open, but it obviously does.  (This is with
spamassassin_2.64-1).


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-686-smp
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mimedefang depends on:
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libdigest-sha1-perl         2.10-1       NIST SHA-1 message digest algorith
ii  libio-stringy-perl          2.109-3      Perl5 modules for IO from scalars
ii  libmailtools-perl           1.62-1       Manipulate email in perl programs
ii  libmime-perl                5.415-1      Perl5 modules for MIME-compliant m
ii  libperl5.8                  5.8.4-3      Shared Perl library
ii  libunix-syslog-perl         0.100-4      Perl interface to the UNIX syslog(
ii  perl [libmime-base64-perl]  5.8.4-3      Larry Wall's Practical Extraction
ii  psmisc                      21.5-1       Utilities that use the proc filesy
ii  sendmail                    8.13.1-18    A powerful, efficient, and scalabl

-- no debconf information

---------------------------------------
Received: (at 283495-close) by bugs.debian.org; 5 Feb 2005 20:53:24 +0000
>From [EMAIL PROTECTED] Sat Feb 05 12:53:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxWvj-0003UO-00; Sat, 05 Feb 2005 12:53:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CxWqB-0002FW-00; Sat, 05 Feb 2005 15:47:39 -0500
From: Christoph Martin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#283495: fixed in mimedefang 2.49-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 15:47:39 -0500
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-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-Spam-Level: 

Source: mimedefang
Source-Version: 2.49-1

We believe that the bug you reported is fixed in the latest version of
mimedefang, which is due to be installed in the Debian FTP archive:

graphdefang_2.49-1_i386.deb
  to pool/main/m/mimedefang/graphdefang_2.49-1_i386.deb
mimedefang_2.49-1.diff.gz
  to pool/main/m/mimedefang/mimedefang_2.49-1.diff.gz
mimedefang_2.49-1.dsc
  to pool/main/m/mimedefang/mimedefang_2.49-1.dsc
mimedefang_2.49-1_i386.deb
  to pool/main/m/mimedefang/mimedefang_2.49-1_i386.deb
mimedefang_2.49.orig.tar.gz
  to pool/main/m/mimedefang/mimedefang_2.49.orig.tar.gz



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.
Christoph Martin <[EMAIL PROTECTED]> (supplier of updated mimedefang 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-----

Format: 1.7
Date: Fri,  4 Feb 2005 15:48:52 +0100
Source: mimedefang
Binary: graphdefang mimedefang
Architecture: source i386
Version: 2.49-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <[EMAIL PROTECTED]>
Changed-By: Christoph Martin <[EMAIL PROTECTED]>
Description: 
 graphdefang - create graphs of your mimedefang spam and virus logs
 mimedefang - Electronic mail filter program for sendmail 8.12+
Closes: 283495 285998
Changes: 
 mimedefang (2.49-1) unstable; urgency=low
 .
   * New upstream release
     * mimedefang.c: Fix stupid logic error that made MIMEDefang ignore
       the Sendmail {if_addr} macro when setting IP address for
       X-Scanned-By: header.
     * embperl.c: Soften warning about file descriptors being opened
       in filter.  Some systems seem to do this (Solaris).
   * change group of user defang from nogroup to new group defang (closes:
     #285998)
   * put spam_assassin_init in mimedefang-filter into filter_initialize to
     remove warning about opened file descriptors outside a function when
     using embperl (closes: #283495)
   * include debconf support
     * ask for embedded perl usage
Files: 
 246ba44d075a3701c62499dd7dd3be57 1071 mail extra mimedefang_2.49-1.dsc
 4d4f5f1807e4af8331ca596aee743861 299641 mail extra mimedefang_2.49.orig.tar.gz
 3f3ab37da97fd8763b4ded381ae3ef55 21559 mail extra mimedefang_2.49-1.diff.gz
 532f99a9051c8158be4b3bcd43507cdf 222872 mail extra mimedefang_2.49-1_i386.deb
 5ba7fb374e5b9803ed3e183cd1e2964d 72068 mail extra graphdefang_2.49-1_i386.deb

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

iQEVAwUBQgUhRG4/9k35XC9tAQFcfwf/U+TIUeX6tVLPQ0FLAdM+T2Nzo3qYf3Z9
LIVjCFfWrwqTisGPhVyjvRPiT+QlRWQikNAzNP6ug6q5J5xHQkomcVyYpt6rDMnZ
ws+u9pJeStFvjhJzS07vN1bQ0DTYPD+5tsXuVANQSxiqwdF7W/SO+YA8hADobdkK
9fnLtvgF2R6VC/TpU+sBMRw6hjwKsukexvo4HG1Sv67RsM8OBZ2+CSDdWFTeJPCC
VGnI/Onny/m4tuEthsQltck63b+iIeXJIm1bLIo4Q1z8AkycSTcUa2w/52jKJysk
6uWzALhWv4IKfovSYfyMO5b3+5HRimpCAE3IzxThyfZkK6FHcscKCA==
=pP3x
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to