[rt-users] RT-Send-Cc bug in 4.0.13 ?

Emmanuel Lacour elacour at easter-eggs.com
Wed May 29 09:27:19 EDT 2013


On Wed, May 29, 2013 at 01:48:11PM +0200, Albert Shih wrote:
> Hi
> 
> In fact I don't known if it's a bug from 4.0.13 because it's not a feature
> we use a lot. But it's not working in 4.0.13
> 
> When we use the web interface to create a response (or comment) we can
> add a new recipients. When we do that in the web interface we can see in
> the history something like
> 
>     RT-Send-Cc : the_address(or list of)_we_add
> 
> but since ???? version the mail isn't send. I activate debug mode in the
> RT_SiteConfig and see nothing, no error, but no trying to send the message
> either. 
> 


Do you have scrips that notify "Other recipients". Those are not the
same as Cc/AdminCc/Requestor/...

On a stock RT 4.0.13 install you should have:

    { Name        => 'Notify Other Recipients as Comment',                # loc
      Description => 'Sends mail to explicitly listed Ccs and Bccs',      # loc
      ExecModule  => 'NotifyAsComment',
      Argument    => 'OtherRecipients' },

    { Name        => 'Notify Other Recipients',                           # loc
      Description => 'Sends mail to explicitly listed Ccs and Bccs',      # loc
      ExecModule  => 'Notify',
      Argument    => 'OtherRecipients' },


-- 
Easter-eggs                              Spécialiste GNU/Linux
44-46 rue de l'Ouest  -  75014 Paris  -  France -  Métro Gaité
Phone: +33 (0) 1 43 35 00 37    -   Fax: +33 (0) 1 43 35 00 76
mailto:elacour at easter-eggs.com  -   http://www.easter-eggs.com



More information about the rt-users mailing list