Hello, I need to parse out a qmail mail after passing it to a program by the
common command | /usr... What I need is to separate all fields in the
message, this is, I need to have the From: fields in a variable, the To:
field, the Subject: field and the Body field.
I�ve made a program and mannage to get the From: To: and Subject: fields but
I find very hard to get the Body field because theres no header that
identifies where it starts.
Can some body give me ideas on this. May be there are some perl libraries or
code that do this.
If any body knows I�ll aprreciate the help.
Thanks