Greetings,
My knowledge of PERL is quite limited. Here's my problem:
I have been able to parse 20K+ messages representing the archives of a forum at Yahoogroups by using mboxparser.
To facilitate loading the individual elements of each message into mySQL, they are delimited by ctrl-A instead of /n. Each record is then delimited by ctrl-B.
Each email message, however, has tag line advertising that I want to remove. The tag lines begin with:
"------ Yahoo"
Can someone point me to a script or give me guidance on how to search a file for the term "------ Yahoo" and delete it and all text following until the ctrl-B delimiter.
With kind regards for you assistance,
Bill