On Thu, 5 Jan 2012, Randy Black wrote:

The obstacle of removing them one at a time in a loop, is that the emails come from outside of our domain. Not knowing these addresses it's impossible to remove them before other scrips fire off. The emails back to them on create notify and other scripts, need to be completely disabled.

<hint>

for ($self->TicketObj->Requestors->MemberEmailAddresses)
{
$ticket->DeleteWatcher(
 Type => 'Requestor',
 Email => $_,
 Silent => 1);
}

</hint>

Mvh,
Mikal Gule
USIT/GAP/W3D
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5 & 6, 2012

Reply via email to