Mail Message


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Mail Message
# 1  
Old 03-11-2009
Mail Message

Hi,

Need a script bash,sh or perl doesn't metter, witch can read mail message text file and grep message body. Does it possible?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed to extract a multiline subject from a mail message

I'm trying to extract a subject from a mail message but my subject example has 2 lines. How can I manage to extract it and write a string at the end of it? Consider this example: From: test@domain.com Subject: Re: U =?ISO-8859-1?Q?qu=EA=3F!=3F!=3F!!_wtff_=E7=E3o_=ED=F3?= ... (6 Replies)
Discussion started by: twisterbr
6 Replies

2. Shell Programming and Scripting

Turn Off the Message [YOU HAVE NEW MAIL]

#!/bin/sh cd /u02/app/ccalloc/dev/in CURDIR=`pwd` echo directory listing of $CURDIR echo ls -latr i have a basic shell script that displays a specific files on a directory. when the script is run and it does not find the file in the directory it display a first line message of how... (3 Replies)
Discussion started by: wtolentino
3 Replies

3. UNIX for Dummies Questions & Answers

Return mail message

Hi I would like to know how interpret line by line a return mail message sent by unix mailer-daemon (2 Replies)
Discussion started by: alcvrjo
2 Replies

4. Shell Programming and Scripting

How to send a mail with attachement as well as message Body..?

Hi all, i am working with CSH, i want to know that how to send a mail in UNIX shell script (CSH) with attachment as well as message body. i know that how to send a mail with attachment and message body. but i want know both things in a single mail Suggession would be appreciate. ... (1 Reply)
Discussion started by: psiva_arul
1 Replies

5. Shell Programming and Scripting

two files as a message in mail

i have two files --file1 and file2-- how should i send both the contents of files as a message in the mail body ali@unix.com i have written the script ---------------------------- #!/bin/ksh mail -s "the two files are" ali@unix.com < file1 < file2... (2 Replies)
Discussion started by: ali560045
2 Replies

6. Shell Programming and Scripting

pick correct message and mail.

Hi, I have the following small script. How can I just print out the string with missing message and send to hotmail.com? Also, can i set the message a bit more beautiful such as "Dear All, the following list is missing in our system"? #!/bin/sh MSG=/log cat list11.txt | awk ' BEGIN { flag... (2 Replies)
Discussion started by: happyv
2 Replies

7. Shell Programming and Scripting

Crontab Mail message

Hi When I make change in crontab entries , I get below message as a mail. Can any one tell me what this indicates? ********************************************* From wlsdev05 Fri Sep 22 02:11:23 2006 Date: Fri, 22 Sep 2006 02:11:23 -0400 (EDT) From: "Geff Thomson - " <wlsdev05>... (1 Reply)
Discussion started by: pankajkrmishra
1 Replies

8. Shell Programming and Scripting

mail message attachment not complete

Hi, I use MIME::Lite to send an e-mail with an attachment: $msg = MIME::Lite->new( From =>$usermail, To =>$tomail, Subject =>'Nieuw Pegasus Adresboek', Type =>'multipart/mixed' ); $msg->attach(Type =>'TEXT', Data =>$message ); $msg->attach(Type =>'text/plain', Path... (4 Replies)
Discussion started by: tine
4 Replies

9. UNIX for Dummies Questions & Answers

How to get åäö in e-mail message body

First of all: Hi all, i´m a new unix user and i´m swedish so please bare with me. When i generate an e-mail on a unix server and send it through novell netware 5, i loose the swedish characters å, ä and ö in the body of the message, however they remain in the subject row. What to do? Anyone?... (4 Replies)
Discussion started by: de98luto
4 Replies
Login or Register to Ask a Question
Mail::Message::Body::Lines(3pm) 			User Contributed Perl Documentation			   Mail::Message::Body::Lines(3pm)

NAME
Mail::Message::Body::Lines - body of a Mail::Message stored as array of lines INHERITANCE
Mail::Message::Body::Lines is a Mail::Message::Body is a Mail::Reporter SYNOPSIS
See Mail::Message::Body DESCRIPTION
The body (content) of a message can be stored in various ways. In this documentation you find the description of extra functionality you have when a message is stored in an array of lines. Storing a whole message as an array of lines is useful when the data is not encoded, and you want to process it on a line-by-line basis (a common practice for inspecting message bodies). OVERLOADED
overload: ""() See "OVERLOADED" in Mail::Message::Body overload: '==' and '!='() See "OVERLOADED" in Mail::Message::Body overload: @{}() See "OVERLOADED" in Mail::Message::Body overload: bool() See "OVERLOADED" in Mail::Message::Body METHODS
Constructors $obj->clone() See "Constructors" in Mail::Message::Body Mail::Message::Body::Lines->new(OPTIONS) -Option --Defined in --Default based_on Mail::Message::Body undef charset Mail::Message::Body 'PERL' or <undef> checked Mail::Message::Body <false> content_id Mail::Message::Body undef data Mail::Message::Body undef description Mail::Message::Body undef disposition Mail::Message::Body undef eol Mail::Message::Body 'NATIVE' file Mail::Message::Body undef log Mail::Reporter 'WARNINGS' message Mail::Message::Body undef mime_type Mail::Message::Body 'text/plain' modified Mail::Message::Body <false> trace Mail::Reporter 'WARNINGS' transfer_encoding Mail::Message::Body 'none' based_on => BODY charset => CHARSET|'PERL' checked => BOOLEAN content_id => STRING data => ARRAY-OF-LINES | STRING description => STRING|FIELD disposition => STRING|FIELD eol => 'CR'|'LF'|'CRLF'|'NATIVE' file => FILENAME|FILEHANDLE|IOHANDLE log => LEVEL message => MESSAGE mime_type => STRING|FIELD|MIME modified => BOOLEAN trace => LEVEL transfer_encoding => STRING|FIELD Constructing a body $obj->attach(MESSAGES, OPTIONS) See "Constructing a body" in Mail::Message::Body::Construct $obj->check() See "Constructing a body" in Mail::Message::Body::Encode $obj->concatenate(COMPONENTS) See "Constructing a body" in Mail::Message::Body::Construct $obj->decoded(OPTIONS) See "Constructing a body" in Mail::Message::Body $obj->encode(OPTIONS) See "Constructing a body" in Mail::Message::Body::Encode $obj->encoded() See "Constructing a body" in Mail::Message::Body::Encode $obj->eol(['CR'|'LF'|'CRLF'|'NATIVE']) See "Constructing a body" in Mail::Message::Body $obj->foreachLine(CODE) See "Constructing a body" in Mail::Message::Body::Construct $obj->stripSignature(OPTIONS) See "Constructing a body" in Mail::Message::Body::Construct $obj->unify(BODY) See "Constructing a body" in Mail::Message::Body::Encode The body $obj->isDelayed() See "The body" in Mail::Message::Body $obj->isMultipart() See "The body" in Mail::Message::Body $obj->isNested() See "The body" in Mail::Message::Body $obj->message([MESSAGE]) See "The body" in Mail::Message::Body About the payload $obj->charset() See "About the payload" in Mail::Message::Body $obj->checked([BOOLEAN]) See "About the payload" in Mail::Message::Body $obj->contentId([STRING|FIELD]) See "About the payload" in Mail::Message::Body $obj->description([STRING|FIELD]) See "About the payload" in Mail::Message::Body $obj->disposition([STRING|FIELD]) See "About the payload" in Mail::Message::Body $obj->dispositionFilename([DIRECTORY]) See "About the payload" in Mail::Message::Body::Encode $obj->isBinary() See "About the payload" in Mail::Message::Body::Encode $obj->isText() See "About the payload" in Mail::Message::Body::Encode $obj->mimeType() See "About the payload" in Mail::Message::Body $obj->nrLines() See "About the payload" in Mail::Message::Body $obj->size() See "About the payload" in Mail::Message::Body $obj->transferEncoding([STRING|FIELD]) See "About the payload" in Mail::Message::Body $obj->type([STRING|FIELD]) See "About the payload" in Mail::Message::Body Access to the payload $obj->endsOnNewline() See "Access to the payload" in Mail::Message::Body $obj->file() See "Access to the payload" in Mail::Message::Body $obj->lines() See "Access to the payload" in Mail::Message::Body $obj->print([FILEHANDLE]) See "Access to the payload" in Mail::Message::Body $obj->printEscapedFrom(FILEHANDLE) See "Access to the payload" in Mail::Message::Body $obj->string() See "Access to the payload" in Mail::Message::Body $obj->stripTrailingNewline() See "Access to the payload" in Mail::Message::Body $obj->write(OPTIONS) See "Access to the payload" in Mail::Message::Body Internals $obj->addTransferEncHandler(NAME, CLASS|OBJECT) Mail::Message::Body::Lines->addTransferEncHandler(NAME, CLASS|OBJECT) See "Internals" in Mail::Message::Body::Encode $obj->contentInfoFrom(HEAD) See "Internals" in Mail::Message::Body $obj->contentInfoTo(HEAD) See "Internals" in Mail::Message::Body $obj->fileLocation([BEGIN,END]) See "Internals" in Mail::Message::Body $obj->getTransferEncHandler(TYPE) See "Internals" in Mail::Message::Body::Encode $obj->isModified() See "Internals" in Mail::Message::Body $obj->load() See "Internals" in Mail::Message::Body $obj->modified([BOOLEAN]) See "Internals" in Mail::Message::Body $obj->moveLocation([DISTANCE]) See "Internals" in Mail::Message::Body $obj->read(PARSER, HEAD, BODYTYPE [,CHARS [,LINES]]) See "Internals" in Mail::Message::Body Error handling $obj->AUTOLOAD() See "Error handling" in Mail::Message::Body $obj->addReport(OBJECT) See "Error handling" in Mail::Reporter $obj->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) Mail::Message::Body::Lines->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) See "Error handling" in Mail::Reporter $obj->errors() See "Error handling" in Mail::Reporter $obj->log([LEVEL [,STRINGS]]) Mail::Message::Body::Lines->log([LEVEL [,STRINGS]]) See "Error handling" in Mail::Reporter $obj->logPriority(LEVEL) Mail::Message::Body::Lines->logPriority(LEVEL) See "Error handling" in Mail::Reporter $obj->logSettings() See "Error handling" in Mail::Reporter $obj->notImplemented() See "Error handling" in Mail::Reporter $obj->report([LEVEL]) See "Error handling" in Mail::Reporter $obj->reportAll([LEVEL]) See "Error handling" in Mail::Reporter $obj->trace([LEVEL]) See "Error handling" in Mail::Reporter $obj->warnings() See "Error handling" in Mail::Reporter Cleanup $obj->DESTROY() See "Cleanup" in Mail::Reporter $obj->inGlobalDestruction() See "Cleanup" in Mail::Reporter DIAGNOSTICS
Warning: Charset $name is not known The encoding or decoding of a message body encounters a character set which is not understood by Perl's Encode module. Warning: No decoder defined for transfer encoding $name. The data (message body) is encoded in a way which is not currently understood, therefore no decoding (or recoding) can take place. Warning: No encoder defined for transfer encoding $name. The data (message body) has been decoded, but the required encoding is unknown. The decoded data is returned. Error: Package $package does not implement $method. Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package. Error: Unable to read file $filename for message body lines: $! A Mail::Message::Body::Lines object is to be created from a named file, but it is impossible to read that file to retrieve the lines within. Warning: Unknown line terminator $eol ignored SEE ALSO
This module is part of Mail-Box distribution version 2.105, built on May 07, 2012. Website: http://perl.overmeer.net/mailbox/ LICENSE
Copyrights 2001-2012 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.14.2 2012-05-07 Mail::Message::Body::Lines(3pm)