Hallo All,
I am running an incoming email through an awk script, the idea being to rewrite the body by adding tags like
(original body): Name : John Doe
(rewritten): <Name>John Doe</Name>
The problem I am facing is that the awk script seems to mess up the headers.
Is there a way for awk to only start doing its thing after the first completely empty line?
I am running an incoming email through an awk script, the idea being to rewrite the body by adding tags like
(original body): Name : John Doe
(rewritten): <Name>John Doe</Name>
The problem I am facing is that the awk script seems to mess up the headers.
Is there a way for awk to only start doing its thing after the first completely empty line?