#!/bin/sh . etc/setup.cache . bin/common-functions QFILE=sendq/q$1 parseQfile case "$number-$owner-$tottries" in # 5551212-lee-3) echo "Class1ECMSupport: no";; # *-sam-*) echo "LocalIdentifier: +1.800.555.1212";; 911-*) echo "RejectNotice: \"Calls to 911 are not permitted\"";; 9656577-*) echo "RejectNotice: \"Calls to Pati & Dave are not permitted\"";; 3149656577-*) echo "RejectNotice: \"Calls to Pati & Dave are not permitted\"";; esac exit 0