X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fmhmail.man1;h=2de3fcb299b48b48a6bd9e5b35af7d10cdfbc615;hp=d2dcaae541ed435b91a73a1a57f00bc05f2eb527;hb=5cb46b33551f28e4168989e752e09bd927e993f9;hpb=ec1868939da034be930a7c86f967036c282680ff diff --git a/man/mhmail.man1 b/man/mhmail.man1 index d2dcaae..2de3fcb 100644 --- a/man/mhmail.man1 +++ b/man/mhmail.man1 @@ -3,7 +3,7 @@ .\" .TH MHMAIL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME -mhmail \- send mail +mhmail \- send mail (mailx replacement) .SH SYNOPSIS .HP 5 .na @@ -22,28 +22,20 @@ mhmail \- send mail .ad .SH DESCRIPTION .B mhmail -is intended as an -.BR mmh -compatible -replacement for the standard Berkeley -mail program +is inspired by the standard Berkeley mail program .RB ( mail or .BR mailx ). -This program is intended for the use of programs such as -.BR cron , -which expect to send mail automatically to various -addresses. It is also used by various -.B nmh -commands to mail various -error notifications. -Although -.B mhmail -can be used interactively, -it is recommended that +It should not be seen as a drop-in replacement for these programs, +but rather as a more convenient alternative to +.B comp +for non-interactive use. +For interactive use, .B comp and .B send -be used instead to send messages. +are recommended over +.BR mhmail . .PP When one or more addresses are specified, a message is read from the standard input and spooled to @@ -72,7 +64,7 @@ will read the message to be sent from the standard input. The message is terminated by either end-of-file or by a single period alone on a line. This is compatible to -.B mail +.B mail and .BR mailx . Alternatively, you can specify the text of the message at the command @@ -117,3 +109,34 @@ None .SH CONTEXT None + +.SH HISTORY +.B mhmail +was intended as a replacement for the standard Berkeley +mail program +.RB ( mail +or +.BR mailx ), +which is compatible with +.BR mmh . +This program was intended for the use of programs such as +.BR cron , +which expect to send mail automatically to various +addresses. It was also used by various +.B mmh +commands to mail various error notifications. +.PP +When invoked without arguments, it had once simply invoked +.B inc +to incorporate new messages from the user's maildrop. +It does this no longer. + +.SH BUGS +.B mhmail +should no longer try to replace +.BR mailx , +but become a mail sending front-end to +.B comp +or +.BR send , +which is more convenient in some situations.