Bug 17038

Summary: Double-Interrupt in mailx fails to kill letter
Product: [Retired] Red Hat Linux Reporter: cmmiller
Component: mailxAssignee: Florian La Roche <laroche>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-28 14:47:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description cmmiller 2000-08-28 14:47:26 UTC
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:~>

Comment 1 Jeff Johnson 2000-08-28 14:57:29 UTC

*** This bug has been marked as a duplicate of 14010 ***