[rt-users] ParseNewMessageForTicketCcs
    Phil Homewood 
    pdh at snapgear.com
       
    Fri Oct  3 18:46:50 EDT 2003
    
    
  
amy at real-time.com wrote:
> > > -      if ( $self->{'Ccc'} && @{ $self->{'Bcc'} } );
> > > +      if ( $self->{'Bcc'} && @{ $self->{'Bcc'} } );
> > 
> > that change looks decidedly bogus. What's a Ccc?
> 
> If you look closely, the first line was replaced by the second line.  And, if 
> look at the surrounding code, it's obvious there was a typo.
You are very correct; I misread the patch. My apologies.
However the string 'Ccc' doesn't appear anywhere in my copy of the
source.
Instead, My SendEmail.pm has:
    $self->SetHeader( 'Bcc', join ( ',', @{ $self->{'Bcc'} } ) )
      if ( $self->{'Cc'} && @{ $self->{'Bcc'} } );
which is also wrong. The Cc should be Bcc.
    
    
More information about the rt-users
mailing list