Sponsored Content
Full Discussion: unix mail : sender/reply to
Top Forums UNIX for Dummies Questions & Answers unix mail : sender/reply to Post 247 by Neo on Wednesday 15th of November 2000 05:27:47 PM
Old 11-15-2000
Is there any particular reason you are using that version of mail() and non another command line mail utility?

OBTW: The way I do what you are trying to do is to use the fact that most mailers (elm, mail, sendmail, etc.) will read header syntax in the body of the message and extract that information. I have done this many times in the past. Unfortunately I don't have examples in front of me today.

The basic idea is that these mailers will scan the message for "RFC 822 header keywords" like the ones you are wanting to use and that becomes part of the outgoing message header. Works great! I just don't have the information in front of me to give the exact syntax. I have seen this in the documentation, but can't remember (off hand) what exact document to point you to.

[Edited by Neo on 11-15-2000 at 07:49 PM]
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mail without sender's id!

I found a mail which confused me a lot! since it did not contain any information regarding the sender of that mail. Is it possible to do like this? First i thought there was something wrong with the mail server.. but the subject of that mail still confused "nobody". How is it possible? or can I do... (3 Replies)
Discussion started by: sskb
3 Replies

2. UNIX for Advanced & Expert Users

Mail Sender

Hello All, My unix (AIX 5.2) login is robk, my MS Exchange user name is rkapfer. What I want to do is send mail as rkapfer while logged in (to unix) as robk. I'm currently doing uuencode <pdf> <pdf>|mail -s"Subject" <recipient> works fine except the recipient sees me as robk@xyz.com.... (0 Replies)
Discussion started by: rkapfer
0 Replies

3. AIX

Change sender e-mail address

When sending emails to the outside world, aix present itself as d_prod@production1.pdc.itercom.org. This is causing some issue with our e-mail server. So we need to change the name to d_prod@itercom.org... Does any one know how this can be accomplished? Thank you (3 Replies)
Discussion started by: cchiang12
3 Replies

4. Shell Programming and Scripting

change mail sender in unix aix

Hi All, I have a ksh script, in which it sends mail successfully but from root id(root@system.com). I want it to be sent as customid@system.com. I verified man pages of mail, and found '-u userid' option. But it is failing. code snippet below: mail -s "subject" -u $customid... (7 Replies)
Discussion started by: Arunprasad
7 Replies

5. Shell Programming and Scripting

[Solved] Mail::Sender Doubt

I am using the below code to send an email #!/usr/bin/perl sub BEGIN { unshift (@INC,'/opt/dev/common/mds/perlLib'); } use Mail::Sender; $sender = new Mail::Sender {smtp => 'xxx.xxx.x.xx', from => 'abc@xyz.xom'}; $sender->MailFile({to => 'abc@xyz.xom', subject => 'Here is... (0 Replies)
Discussion started by: dahlia84
0 Replies

6. Shell Programming and Scripting

Mail::Sender - How to Check Result Code?

I have a code block which sends a mail using Mail::Sender. Everything works great now. I just want to know how to check whether the status of sending mail is success or failure. Based on which I will log the result in my log file. How can I do this? Any idea please? (2 Replies)
Discussion started by: dahlia84
2 Replies

7. UNIX for Advanced & Expert Users

Mail -s help ,change the sender to correct one

Hi expert I use mail -s "hello" bruce@sohu.com <kernel-img.conf send mail, it display the sender is lyang001@lyang001-OptiPlex-9010.corp.ad..com How can I change the sender to yanglei.fage@gmail.com to default ? (1 Reply)
Discussion started by: yanglei_fage
1 Replies

8. Shell Programming and Scripting

To define a sender name in mail command

Hi, I am using the unix script to send a report on daily basis using the mail command. Here the sender name is appearing as myname i.e. chandru (userid@machine.unix.domain.com). Is there any way to change sender name as a user defined name? example i need to change it to SupportTeam... (1 Reply)
Discussion started by: schandru
1 Replies

9. Red Hat

How to send mail with sender mail address and name?

Hi, I am trying to send a mail using "mail" command in unix. I wanted to give sender name and sender address. I tried different options ,but still it shows only mail address(No name). mail -s "Alert mail : Nothing running !!!" $email -- -F"Mail Alert" -fno-reply@alert.com But I am getting... (4 Replies)
Discussion started by: jaggy
4 Replies

10. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies
mh-mail(4)						     Kernel Interfaces Manual							mh-mail(4)

NAME
mh-mail - Message format for the MH message system DESCRIPTION
MH processes messages in a particular format. Although neither Bell nor Berkeley mailers produce message files in the format that MH prefers, MH can read message files in that format. Each user has a maildrop that initially receives all messages processed by the post command (see post(8)). The inc command reads from the maildrop and incorporates the new messages found there into the user's own +inbox folder. The maildrop con- sists of one or more messages. Messages are expected to consist of lines of text. Graphics and binary data are not handled. No data compression is accepted. All text is in ASCII 7-bit data. The general memo framework of RFC 822 is used. A message consists of a block of information in a rigid format, followed by general text with no specified format. The rigidly-formatted first part of a message is called the message header; the free-format portion is called the body. The header must always exist, but the body is optional. These parts are separated by a blank line or by a line of dashes. The following example shows the standard default MH mail header: To: cc: Subject: -------- The header is composed of one or more header items. Each header item can be viewed as a single logical line of ASCII characters. If the text of a header item extends across several real lines, the continuation lines are indicated by leading spaces or tabs. Each header item is called a component and is composed of a keyword or name, along with associated text. The keyword begins at the left margin, and is terminated by a colon (:). It cannot contain spaces or tabs, and cannot exceed 63 characters, as specified by RFC 822. The text for most formatted components, such as Date: and Message-Id:, is produced automatically. The user enters address fields such as To: and cc:, and the Subject: field. Internet addresses are assigned mailbox names and host computer specifications. The general format is local@domain, for example, MH@UCI or MH@UCI-ICSA.ARPA. A comma (,) separates multiple addresses. A missing host/domain is assumed to be the local host/domain. A blank line (or a line of dashes) signals that all following text up to the end of the file is the body of the message. No formatting is expected or enforced within the body. The following is a list of header components that are considered meaningful to MH programs: Added by post, contains the date and time of the message's entry into the transport system. Added by post, contains the address of the author or authors (there may be more than one if a Sender: field is present). Replies are typically directed to addresses in the Reply-To: or From: field. The former has precedence, if present. Added by post in the event that the message already has a From: line. This line contains the address of the actual sender. Replies are never sent to addresses in the Sender: field. Contains addresses of primary recipients. Contains addresses of secondary recipients. Contains the addresses of recipients who receive blind carbon copies of the message. The Bcc: line does not appear on the message as sent, so these recipients are not listed. Recipients in the Bcc: field receive a copy of the message with a minimal header. MH uses an encapsulation method for blind copies; see send(1). Causes post to copy the message into the specified folder for the sender, if the message was successfully given to the transport system. A unique message identifier added by post, if the -msgid flag is set. Sender's commentary. It is displayed by scan. A commentary line added by repl when replying to a message. Added by post when a message is redistributed. Added by post when a message is redistributed. New recipients for a message resent by dist. New secondary recipients for a message resent by dist. New blind carbon copy recipients for a message resent by dist. Places a copy of a message resent by dist into the sender's folder. A unique identifier of a message resent by dist. This is appended by post if the -msgid flag is set. Annota- tion added by dist when the -annotate flag is specified. Annotation added by forw when the -annotate flag is specified. Annotation added by repl when the -annotate flag is specified. Specifies the MIME version number. This header entry is used or added by MH software only when codeset conversion of mail messages is enabled and requested. For more information on codeset conversion, see the section on interna- tionalization features in mh(1). Specifies the content type, which is always TEXT/PLAIN, plus a charset value that names a coded character set (codeset). This header entry is used or added by MH software only when codeset conversion of mail messages is enabled and requested. For more information on codeset conversion, see the section on internationalization features in mh(1). FILES
Standard location of mail drop RELATED INFORMATION
Standard for the Format of ARPA Internet Text Messages (RFC 822) delim off mh-mail(4)
All times are GMT -4. The time now is 11:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy