Hey there,<div>I'm looking to not auto-reply on create to inbound emails from a certain domain ( <a href="mailto:anything@example.com">anything@example.com</a> and even <a href="mailto:anything@sd.example.com">anything@sd.example.com</a>). 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?</div>
<div><br></div><div>1 return 0 unless $self->TransactionObj->Type eq "Create";</div><div>2 return 0 if #self->TicketObj->???? </div><div>3 return 1</div><div><br></div><div>thanks</div><div>ram</div>
<div><br></div>