Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2009 23:03:19 +0000
From:      Pete French <petefrench@ticketswitch.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/131861: /usr/bin/mail misses addresses when replying to all
Message-ID:  <E1LZvRn-000As2-97@dilbert.ticketswitch.com>
Resent-Message-ID: <200902182310.n1INA2nP068805@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131861
>Category:       bin
>Synopsis:       /usr/bin/mail misses addresses when replying to all
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 23:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pete French
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dilbert.rattatosk 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Mon Jan 5 13:02:14 GMT 2009 petefrench@constantine.rattatosk:/usr/obj/usr/src/sys/GENERIC amd64


>Description:

The 'R' command is supposed to reply to all recipients, but it
gets confused when the mail header does not have a space after the
comma separating the names. For example a mail like this:

	From: "Matthew Taylor" <Matt@seatem.com>
	To: "David Gilbert" <davidgilbert@ticketswitch.com>,"Pete French" <petefrench@ticketswitch.com>,"Peter Robinson" <peterrobinson@ticketswitch.com>
	CC: "Chris Martini" <chrismartini@ticketswitch.com>,"Jason McLaughlin" <jasonmclaughlin@ticketswitch.com>

when I hit 'R' only goes to addresses like this:

	To: peterrobinson@ticketswitch.com Matt@seatem.com
	Cc: jasonmclaughlin@ticketswitch.com

If, however, I edit the original to include spaces, so it looks like this:

	From: "Matthew Taylor" <Matt@seatem.com>
	To: "David Gilbert" <davidgilbert@ticketswitch.com>, "Pete French" <petefrench@ticketswitch.com>, "Peter Robinson" <peterrobinson@ticketswitch.com>
	CC: "Chris Martini" <chrismartini@ticketswitch.com>, "Jason McLaughlin" <jasonmclaughlin@ticketswitch.com>

Then reply now works properly, like this...

	To: davidgilbert@ticketswitch.com peterrobinson@ticketswitch.com Matt@seatem.com
	Cc: chrismartini@ticketswitch.com jasonmclaughlin@ticketswitch.com

The mails with ," instead of , " appear to be generated by Microsoft
email software, and I have not checked to see if they are RFC compliant. But
they are out there live, and are the cause of much annoyance when replying
to mail.

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LZvRn-000As2-97>