Want to use dist in cron or 'at' to
programatically resend a msg in my sent folder (in below example msg 2022).
I do not want this script to be interactive.

Consider

    dist -from [email protected] -to [email protected] -cc [email protected] -fcc +resent 
+sent 2022

Problems:

    When $EDITOR runs, the 
        -from [email protected] -to [email protected] -cc [email protected] -fcc +resent
    switches have not changed these headers:

        Resent-To:
        Resent-From:
        Resent-cc:
        Resent-Fcc: sent

    I'm not understanding what the dist switches: -from, -to, -cc, and -fcc are 
used for.

    ( I do not want to have to start $EDITOR interactively. )

    How might I automate the "whatnowproc" / send step?

My goal is a to make a wrapper script that calls 'dist' so I can automate the
resending of a msg along with the proper "Resent-*" headers non interactively.
I would then use 'at' to schedule a couple of 'resends'.

--
thanks!,
Tom
Milwaukee WI, USA

-- 
nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to