logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rcvdist - asynchronously receive and distribute new email

Description

rcvdist accepts a message on its standard input and resends a copy of the message to all of the addresses
       listed on its command line.

       The format of the Resent-xxx header fields is specified by the form file “rcvdistcomps”.  If a file named
       “rcvdistcomps”  exists in the user's nmh directory, it will be used instead of the default file.  You may
       specify an alternate forms file with -formformfile.

       The “rcvdistcomps” file uses the format string facility described in mh-format(5).  In  addition  to  the
       standard format escapes, rcvdist also recognizes the following component escape:

            EscapeReturnsDescription
            addresses string   the addresses to distribute to

       By  default,  rcvdist  uses  the  post  program  to  deliver the message, although this can be changed by
       defining the postproc profile component.

Files

       /etc/nmh/rcvdistcomps      Default message skeleton
       or <mh-dir>/rcvdistcomps   User's message skeleton
       /etc/nmh/mts.conf          nmh mts configuration file
       /etc/nmh/maildelivery      Default delivery file
       $HOME/.maildelivery        User's delivery file

Name

       rcvdist - asynchronously receive and distribute new email

See Also

rcvpack(1), rcvstore(1), rcvtty(1), slocal(1), mh-format(5)

nmh-1.8                                            1999-04-30                                       RCVDIST(1mh)

Synopsis

/usr/lib/mh/rcvdist [-help] [-version] [-formformfile] [switches for postproc] address1 ...

See Also