Your message dated Mon, 10 Dec 2007 14:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455295: fixed in mimedefang 2.63-2
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 ---
Package: mimedefang
Version: 2.63-1
Severity: grave
Justification: renders package unusable
Hi,
In the latest mimedefang package, the init.d script fails due to a
missing ` on line 251, producing the following output:
# /etc/init.d/mimedefang
/etc/init.d/mimedefang: line 357: unexpected EOF while looking for
matching ``'
/etc/init.d/mimedefang: line 377: syntax error: unexpected end of file
The attached patch fixes this problem, tested here.
Thanks,
--
James
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22.9
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- mimedefang.orig 2007-12-09 17:21:45.382157722 +0000
+++ mimedefang 2007-12-09 17:21:58.433302243 +0000
@@ -248,7 +248,7 @@
`[ "$MX_RECIPIENT_CHECK" = "yes" ] && echo "-t"` \
`[ "$KEEP_FAILED_DIRECTORIES" = "yes" ] && echo "-k"` \
`[ "$MD_EXTRA" != "" ] && echo $MD_EXTRA` \
- `[ "$MD_SKIP_BAD_RCPTS" = "yes" ] && echo "-N" \
+ `[ "$MD_SKIP_BAD_RCPTS" = "yes" ] && echo "-N"` \
"`[ -n "$X_SCANNED_BY" ] && \
( [ "$X_SCANNED_BY" = "-" ] && \
echo "-X" || echo "-x$X_SCANNED_BY" )`" \
--- End Message ---
--- Begin Message ---
Source: mimedefang
Source-Version: 2.63-2
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.63-2_i386.deb
to pool/main/m/mimedefang/graphdefang_2.63-2_i386.deb
mimedefang_2.63-2.diff.gz
to pool/main/m/mimedefang/mimedefang_2.63-2.diff.gz
mimedefang_2.63-2.dsc
to pool/main/m/mimedefang/mimedefang_2.63-2.dsc
mimedefang_2.63-2_i386.deb
to pool/main/m/mimedefang/mimedefang_2.63-2_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 [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-----
Hash: SHA1
Format: 1.7
Date: Mon, 10 Dec 2007 14:51:39 +0100
Source: mimedefang
Binary: graphdefang mimedefang
Architecture: source i386
Version: 2.63-2
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: 455295
Changes:
mimedefang (2.63-2) unstable; urgency=low
.
* fix init-script (closes: #455295)
Files:
f09a22c93a5cd974a14fe2cf373c74ae 1077 mail extra mimedefang_2.63-2.dsc
17c6d0d78d8be7f3c86c11732dea18a7 27699 mail extra mimedefang_2.63-2.diff.gz
86599e361676584bb9d8e29e4b85a301 235822 mail extra mimedefang_2.63-2_i386.deb
3ae97adc4f4370e5081149af18c2d551 80182 mail extra graphdefang_2.63-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBR11NRG4/9k35XC9tAQJ80gf/ZG5jJCfPySBPZnDB4mnXak4rLVhVaq1J
o2nhZoQjOFJRAbCIirW7sKMzObKpIkxOY8+tYl9nGEHq2rM0B7KJndTAK1AYs8WR
xncxi2y/lfyzSUngk1IyvzBUp5OPHeoqSeYtdOhpJ6saHgBuRuVcUilQoEyQ9HmM
9UAT0P0clAKRw8V/e4sfjFd5pH7Y/xONfW0885X1ondOVbLWjJythVoumDoatrin
/iaNeIU0n4RwyzdUABonKxLSJbzpBXNdoE/5WxvKiOd3JrJxXMbpzHRy+0eBL4GV
ipv0yaj/xolduPeBBafKBCOEma9sMlTDJLAAP15umDnrxIA3Zr6w/Q==
=+zUl
-----END PGP SIGNATURE-----
--- End Message ---