Origination Method: Form and Script to accept and validate user's input, and attach text or file reference. Mail input might be an alternative method.
grep "$USER" list/* | sort > 1 grep "$USER" sent/* | sort > 2 comm -23 1 2This would produce a list of messages to be delivered.
The filename is formed by adding a disambiguator to the Unix date of expiry of the delivery period, i.e. expiry-date.disambiguator. The message owner will be kept as the submitter. The date of file creation shows the start date. (further discussion?)
.../bulkmail/msgs/filename # message content /list/filename # target list /sent/filename # sent list (to avoid duplication)
This Page prepared by Ed Dyer
On-line Coordinator David J. Murdoch