Your message dated Wed, 16 Apr 2008 17:40:43 -0400
with message-id <[EMAIL PROTECTED]>
and subject line exim has been removed from Debian, closing #224015
has caused the Debian Bug report #224015,
regarding postrm interaction logic broken
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
224015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224015
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim
Version: 3.35-1woody2
The postrm script in the latest exim security release seems broken, the
logic in purge should be reversed so interaction is required if the
directory is non-empty - currently the if conditional will enter if the
directory is empty:
###################################################################
# Remove spool; if it's non-empty, ask user before trying again
if rmdir /var/spool/exim/input/ 2>/dev/null
then
cat <<EOF
There are mails in the exim spool directory which have not yet
been delivered. You can keep them in case you decide to re-install
exim at a later date, or you can choose to remove them.
Should they be removed (Y/n)?
EOF
read answer
case x$answer in
x|xy|xY|xYES|xyes|xYes)
rm -rf /var/spool/exim
echo "Removing spool directory"
;;
esac
else
rm -rf /var/spool/exim
fi
###################################################################
Niall Young Chime Communications Pty Ltd
[EMAIL PROTECTED] Level 6, 263 Adelaide Terrace
Ph: (+61) 08 9213 1330 / 0408 192 797 Perth, Western Australia 6000
"donate to our Charity of the month which is the Eating Disorders
Association of WA Inc. ... give a gold coin donation and I'll reward
you with nice sweettttt chocolate! MMMMM"
-- Jodie Evans, Feb 2003
--- End Message ---
--- Begin Message ---
Version: 3.36-18.2+rm
The exim package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/420191 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---