Re: E-mail manipulation

2002-11-29 Thread joel_divekar
Hi Marcelo You can find a small Perl program written by me on www.perlmonks.org under 'code' -> 'E-Mail programs' -> 'Simple POP3 client Version 1.0.' (User - Jamnet) Regards Joel Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy Music, Video, CD-ROM, Audio-Bo

Re: E-mail manipulation

2002-11-29 Thread Ankit Gupta
Hello, I am using MailMboxparser module and it can do what you want but the thing is that you will be able to read headers only when mails are in mail box. I have already implemented the same but as per your mail, you need headers before they are delivered to mail box. Ankit "Marcelo" <[EMAIL PR

Re: E-mail manipulation

2002-11-28 Thread Ramprasad A Padmanabhan
How do you propose to trap the mail before delivery ? If you are using a milter ( Sendmail::Milter ) then you will get all headers in the header call back. It would however be unwise to parse the entire mail for the sake of the headers. In case, however , you are using an intermediate progra