![]() |
| Strip out email headers? |
|
cheryl
|
I am working on creating a perl auto responder script that pastes in your original email.
I'm having a problem stripping out the email headers. I'm currently using Regular Expressions and am getting some, but not all. Does anyone have a complete listing of all of the email headers that I can strip out or have a way that I can remove them? Thank you |
||||||||||||
|
|
|||||||||||||
|
pmeserve
HostMySite Tech
|
This has a list of all the RFC-defined fields:
http://perl.about.com/library/weekly/aa032602a.htm apparently any not in the RFC must start with X- to be valid, so that should make stripping them fairly straightforward |
||||||||||||
|
|
|||||||||||||
| Strip out email headers? |
|
||
|


