0
kicks
Lessons In Building An Email Parser
When building an email parser, one must think about validating an email address that sends you a message. Just because that email address is where the message says it is from does not really mean that is a valid email address.
How did I get past this? Validation. An authorized list form of validation. Interested? Read on dear reader.