How do I inject the sender's address, or any other header, into the message body using procmail? I've already found how to inject a static string into the message body, which works fine:
:0bfw
| echo "I have inserted this line into the message." ; echo "" ; ca
So, instead of injecting that static string into the message, how do I inject the sender's address?