On 2000.05.30, in <[EMAIL PROTECTED]>,
        "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Say you are replying to 30 messages, for instance. And you don't want to
> send each out after you are done with your reply. Could you then create
> a macro to send these to outbox and then send say every 5 minutes. Or
> even a macro to send them.

set sendmail="cat >>${HOME}/.outgoing"

crontab:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * formail -s /usr/lib/sendmail -t -oem

... or something like that.  You'd probably want to use lockfiles if
you really start using it.

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to