RT 3.0.2pre4

Hi,

this patch only changes the From header, I don’t see how
it solves the problem I described.

Stan— plasma plasmaball@pchome.com.tw wrote:

try this:

==== //depot/RT/rt/lib/RT/Action/SendEmail.pm#28 (text) ====

@@ -392,9 +392,6 @@
else {
$self->SetHeader( ‘From’, $replyto );
}

  •    # TODO: this "via RT" should really be site-configurable.
    
  •   $self->SetHeader( 'From', "\"$friendly_name via RT\" <$replyto>" );
    

    }

    unless ( $self->TemplateObj->MIMEObj->head->get(‘Reply-To’) ) {