On Tue, Feb 19, 2013 at 08:07:00AM +0100, Robert Wysocki wrote:
> Hi,
> 
> I would like to exclude one of Queue AdminCc's from a certain
> notifications. The perfect way would be to create a custom role, but
> from what i've googled it is not implemented yet.
> 
> Is there any other way?
> 


the ugly way, create a new Notify action (in local/lib/RT/Action/),
based on RT::Action::Notify that call the Prepare stage of this one and
update @{ $self->{'To'} } (and Cc/Bcc) to remove the unwanted AdminCc.

then use this action in your scrip.



-- 
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:[email protected]  -   http://www.easter-eggs.com


-- 
RT training in Amsterdam, March 20-21: 
http://bestpractical.com/services/training.html

Help improve RT by taking our user survey: 
https://www.surveymonkey.com/s/N23JW9T

Reply via email to