#!/bin/sh # # Cancel a news article # [ $# -lt 2 ] && { echo "usage: cmsg group msgid" >&2; exit 1; } inews -h -f "$FROM" <