Dear all, When I send a message, it is appended to a big file called ~/sent. I would like to get the last email in that big file. I'm trying to understand the format. I thought I could just get everything starting with From:. But if there is a line in the body that starts with 'From:", the F is not escaped like I have seen it before. So my regex would match that.
Why is From: not escaped for the ~/sent folder and how can I change that? Kind regards, Xu