[Rt-commit] r10322 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Jan 13 17:53:44 EST 2008


Author: ruz
Date: Sun Jan 13 17:53:41 2008
New Revision: 10322

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Action/SendEmail.pm

Log:
 r10146 at cubic-pc:  cubic | 2008-01-09 15:18:26 +0300
 * minor


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Action/SendEmail.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Action/SendEmail.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Action/SendEmail.pm	Sun Jan 13 17:53:41 2008
@@ -845,12 +845,13 @@
 
       # Make all references which are internal be to version which we
       # have sent out
+
       for (@references, @in_reply_to) {
         s/<(rt-.*?-\d+-\d+)\.(\d+-0-0)\@\Q$org\E>$/
           "<$1." . $self->TicketObj->id .
              "-" . $self->ScripObj->id .
              "-" . $self->ScripActionObj->{_Message_ID} .
-             "@" . RT->Config->Get('Organization') . ">"/eg
+             "@" . $org . ">"/eg
       }
 
       # In reply to whatever the internal message was in reply to


More information about the Rt-commit mailing list