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.
-- 
Cambridge Energy Alliance: Save money. Save the planet.
_______________________________________________
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