[rt-users] Bug in 'From' processing in 2.0.12?

Phil Oester kernel at theoesters.com
Tue Mar 26 19:21:29 EST 2002


In version 2.0.11, line 294 of SendEmail.pm reads:

      $self->SetHeader('From', "$friendly_name via RT <$replyto>");

In version 2.0.12, it now reads:

      $self->SetHeader('From', "\"$friendly_name via RT\" <$replyto>");

Users which were autocreated on ticket submission show a 'Real Name'
field of:

	"Last, First"

Comments sent from these users now arrive with the following 'From'
header:

	From: ""Last at rthost.mydomain.com, First" via RT"
<rt at mydomain.com>

Any ideas why???

-Phil





More information about the rt-users mailing list