In /bin/mail, when composing a message, a double-interrupt should kill the letter. (^C^C) The first interrupt is caught, but the second is not. Pressing ^D -after- the second (or more) ^C will kill the letter. To reproduce: mybox:~> mail fakeuser Subject: test double-intr This is a test.. ^C (Interrupt -- one more to kill letter) ^C^C^C ^D mybox:~> rpm -qf `which Mail` mailx-8.1.1-16 mybox:~>
*** This bug has been marked as a duplicate of 14010 ***