one-time CC bug

Gordon Messmer <[email protected]> Wed, 15 Feb 2017 12:53:50 -0800
Newsgroups gmane.comp.bug-tracking.request-tracker.devel
Message-ID <[email protected]>
This is a MIME-formatted message.  If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_ascension.private.dragonsdawn.-11836-1487192032-0001-2
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

http://requesttracker.8502.n7.nabble.com/Onetime-CC-are-giving-an-internal-error-td61678.html

This bug can be fixed with the attached patch.



--=_ascension.private.dragonsdawn.-11836-1487192032-0001-2
Content-Type: text/x-patch; name="rt4-previewscrips.patch"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="rt4-previewscrips.patch"

--- rt-4.4.1/share/html/Helpers/PreviewScrips.orig	2017-02-15 19:52:17.761241782 +0000
+++ rt-4.4.1/share/html/Helpers/PreviewScrips	2017-02-15 19:52:36.460407904 +0000
@@ -112,7 +112,7 @@
 %                 $recips{$addr->address}++;
                   <b><%loc($type)%></b>:
 %                 my $show_checkbox = 1;
-%                 if ( grep {$_ eq $addr->address} @{$action->{NoSquelch}{$type}} ) {
+%                 if ( grep {$_ eq "$addr->address"} @{$action->{NoSquelch}{$type}} ) {
 %                     $show_checkbox = 0;
 %                 }
 

--=_ascension.private.dragonsdawn.-11836-1487192032-0001-2--