Your message dated Thu, 28 Jul 2005 12:17:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#136885: [patch] /etc/ppp/ip-up.d/exim and frozen message
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; 5 Mar 2002 06:57:52 +0000
>From [EMAIL PROTECTED] Tue Mar 05 00:57:52 2002
Return-path: <[EMAIL PROTECTED]>
Received: from rwcrmhc52.attbi.com [216.148.227.88]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16i8tU-0001o3-00; Tue, 05 Mar 2002 00:57:52 -0600
Received: from gateway.lan.aokiconsulting.com ([12.234.106.18])
by rwcrmhc52.attbi.com
(InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP
id <[EMAIL PROTECTED]>
for <[EMAIL PROTECTED]>; Tue, 5 Mar 2002 06:57:22 +0000
Received: from goofy.lan.aokiconsulting.com ([192.168.1.3] ident=mail)
by gateway.lan.aokiconsulting.com with esmtp (Exim 3.34 #1 (Debian))
id 16i8iF-0007RA-00
for <[EMAIL PROTECTED]>; Mon, 04 Mar 2002 22:46:15 -0800
Received: from nospam by goofy.lan.aokiconsulting.com with local (Exim 3.34 #1
(Debian))
id 16i8wU-0002Bb-00
for <[EMAIL PROTECTED]>; Mon, 04 Mar 2002 23:00:58 -0800
Date: Mon, 4 Mar 2002 23:00:58 -0800
From: Osamu Aoki <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [patch] /etc/ppp/ip-up.d/exim and frozen message
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
X-GPG-Fingerprint: 814E BD64 3288 40E7 E88E 3D92 C3F8 EA94 D5DE 453D
Sender: Osamu Aoki <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: exim
Version: 3.34-1
Currently, /etc/ppp/ip-up.d/exim is:
#!/bin/sh
# Flush exim queue
if [ -x /usr/sbin/exim ]; then
/usr/sbin/exim -qf
fi
This may be better to be:
#!/bin/sh
# Flush exim queue
if [ -x /usr/sbin/exim ]; then
#/usr/sbin/exim -qf # Do not send any frozen messages
/usr/sbin/exim -qff # Thaw and send all frozen messages
fi
On ppp connection, you may likely have frozen messages.
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Osamu Aoki <[EMAIL PROTECTED]> @ Cupertino, CA USA +
---------------------------------------
Received: (at 136885-done) by bugs.debian.org; 28 Jul 2005 11:24:54 +0000
>From [EMAIL PROTECTED] Thu Jul 28 04:24:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail0.avcosystems.co.uk [195.224.236.86]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dy6VR-0002xq-00; Thu, 28 Jul 2005 04:24:53 -0700
Received: from lexx.avco ([192.168.0.1] helo=andromeda)
by mail0.avcosystems.co.uk with esmtp (Exim 4.52 #1 (Debian))
id 1Dy6Uw-0005gL-Kg
for <[EMAIL PROTECTED]>; Thu, 28 Jul 2005 12:24:22 +0100
Received: from 127.0.0.1 (AVG SMTP 7.0.338 [267.9.6]); Thu, 28 Jul 2005
12:24:22 +0100
Message-ID: <[EMAIL PROTECTED]>
From: "Adam D. Barratt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Subject: Re: Bug#136885: [patch] /etc/ppp/ip-up.d/exim and frozen message
Date: Thu, 28 Jul 2005 12:17:17 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1506
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506
X-AVCO-Scan-Signature: 78f2efbd55f823e3c7a715c69d54c74c
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=-4.0 required=4.0 tests=BAYES_20,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
On Tuesday, March 05, 2002 8:00 AM, Osamu Aoki <[EMAIL PROTECTED]>
wrote:
> Currently, /etc/ppp/ip-up.d/exim is:
>
> #!/bin/sh
>
> # Flush exim queue
> if [ -x /usr/sbin/exim ]; then
> /usr/sbin/exim -qf
> fi
[...]
> #/usr/sbin/exim -qf # Do not send any frozen messages
> /usr/sbin/exim -qff # Thaw and send all frozen messages
Upstream development on exim3 stopped more than three years ago. As Sarge
has been released, Debian's default MTA is now exim4. The maintainer of the
exim 3 packages has stated that he will not be changing the functionality of
the packages in any significant way, so I'm closing this report. (c.f.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=204492)
Regards,
Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]