On Thu, Sep 24, 2009 at 07:06:12PM -0400, Jerrad Pierce wrote:
> For anyone interested, here's what I have so far, and it seems to work:
> OnCreate, User Defined Action...
> 
> my $org = RT->Config->Get('Organization')
> foreach my $address ( grep {$_ !~ /\...@\q$org\e/}
> $self->TicketObj->QueueObj->AdminCc->MemberEmailAddresses ){
> $self->TicketObj->SquelchMailTo($address);
> }
> 
> That will remove external AdminCcs post-auto-response.

I'd just use rt-email-group-admin to set up an action that notifies a
group of people only on creation.  It'll complicate your rights a bit
if you're trying to give these users rights on tickets based on being
admincc of course.

-kevin

Attachment: pgpIPQMLJsgSq.pgp
Description: PGP signature

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to