Hey there, I'm looking to not auto-reply on create to inbound emails from a certain domain ( [email protected] and even [email protected]). I suppose the right way to go about this is via user defined condition in the global scrip for autoreply on create. I have steps 1 and 3.. what's step 2?
1 return 0 unless $self->TransactionObj->Type eq "Create"; 2 return 0 if #self->TicketObj->???? 3 return 1 thanks ram
-------- RT Training Sessions (http://bestpractical.com/services/training.html) * Boston March 5 & 6, 2012
