Hi all,

There is a large mail data file "1.txt". Each mail is separated by the 
strings "\n\.\n". Mail header and mail body is separated by "\n\n".

For example, this mail data format is the following.
-----------------------
Return-Path: <something>
Received: <something>
<something>
<something>
To: <something>
From: [EMAIL PROTECTED]

Hello!
World!
.
Return-Path: <something>
...
-----------------------

I want to output all the "To:" fields in the mail which contains
"example.com" in the "From:" field.
-------------
To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
...
------------

What language/software/environment do you use to develop this program?
You can use any programming languages or softwares or environments,
but I make a point of development speed rather than processing speed.

regards,


-- 
Tsuyoshi Takada <[EMAIL PROTECTED]>



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to