Thank you both for your responses. Its 5.8 and one message per file. Concerning the Directory Parse option David mentions, its the canned script that does this –
set msg_list [msgget $mh]
set msg_list [split $msg_list ” “]
set msg_list [lsort -increasing $msg_list]
msgset $mh $msg_list
return “{CONTINUE $mh}”
}
time {
# Timer-based processing
# N.B.: there may or may not be a MSGID key in args
}
I would put something in there to pull in and evaluate the file’s time stamp?
Thanks, again,
Phil