Sponsored Content
Full Discussion: observation...
The Lounge What is on Your Mind? observation... Post 302166886 by ghostdog74 on Wednesday 13th of February 2008 03:08:47 AM
Old 02-13-2008
@kevin, @rik
well, think you don't have to get overly concerned about all these. If you are, we might as well ask yourself why people post to a forum questions that can be answered in official manuals or the internet with some simple searching that could get the problem solved in seconds? after a while, you will just ignore this fact, because people still will post simple questions that can be answered in a few seconds will a little bit of digging. therefore, just give the benefit of the doubt, that your post will eventually help the OP (no matter whether he's putting effort or not) in ways, big or small. And that you hope the OP, with your little help, will go a long way on his own from then on. You will also know, whether he's been putting in effort, from his subsequents posts afterwards. Just $0.02.
 

We Also Found This Discussion For You

1. Programming

The C for() loop - A strange observation

Hello, I am optimizing my low level C coding style. I have run into an strange C implementation fact: ---------------------------------------------------- unsigned int X; for ( X = 0; X < 10; X++ ) printf("%u\n",X); Produces: 0 1 2 3 4 5 6 7 8 (3 Replies)
Discussion started by: HeavyJ
3 Replies
mhmail(1)						      General Commands Manual							 mhmail(1)

NAME
mhmail - send or read mail (only available within the message handling system, mh) SYNOPSIS
mhmail [addrs...] [options] OPTIONS
Specifies the text of the message. If it is specified, then the standard input is not read. Specifies addresses to be placed in the cc: field of the message. Specifies the content of the From: header of the draft. The address given is placed in the From: field of the mes- sage. The Sender: field is filled in correctly by post. Prints a list of the valid options for this command. Specifies the mail system over which mail is sent. The only value allowed is smtp, which is the standard mail system. Additional values are supported only for use with other mail systems. Provides the text of the Subject: field of the message. DESCRIPTION
The mhmail program is intended as a replacement for the standard mail programs, bellmail and ucbmail. See binmail(1) and mail(1) for more details of these mail programs. When invoked without arguments, it simply invokes inc to incorporate new messages from the user's maildrop. When one or more users is specified, a message is read from the standard input and spooled to a temporary file. The mhmail program then invokes post with the name of the temporary file as its argument to deliver the message to the specified user. Normally, people will use comp and send to send messages. RESTRICTIONS
Messages with a null body part will not be sent by mhmail. You must include some body text in all messages to be sent by mhmail. For this version, the -mts option only supports the value smtp. Additional values are supported for use only with other mail systems. FILES
Program to incorporate a maildrop into a folder. Program to deliver a message. Temporary copy of message. SEE ALSO
inc(1), post(8) mhmail(1)
All times are GMT -4. The time now is 12:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy