Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Resend to Inbound thread › Reply To: Resend to Inbound thread
From the ACK script we are currently using:
#This logic prevents an ACK for resends if the #Priority of resends is NOT 5120 set priority [msgmetaget $mh PRIORITY] if !{[cequal $priority 5120]} { return “{CONTINUE $mh}” }