Reply To: Resend to Inbound thread

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Resend to Inbound thread Reply To: Resend to Inbound thread

#58221
Nathan Martin
Participant

    From the ACK script we are currently using:

    Code:

    #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}”
    }