Hallo,
Does anybody know how I would go about this task. Suppose a mail was sent to user@mydomain.com with this is the body:
Hallo User,
Result1: xxx
Result2: yyy
Thank you,
Goodbye
What I would like to do is pipe this somehow into a shell script perhaps, editing the body to reflect something like this:
Hallo User,
{TAG1}Result1: xxx{TAG1}
{TAG2}Result2" yyy{TAG2}
Thank you,
Goodbye
...and then forward this result to anotheruser@mydomain.com
Any ideas? pointers? words I could use in a google search? Anything?
Does anybody know how I would go about this task. Suppose a mail was sent to user@mydomain.com with this is the body:
Hallo User,
Result1: xxx
Result2: yyy
Thank you,
Goodbye
What I would like to do is pipe this somehow into a shell script perhaps, editing the body to reflect something like this:
Hallo User,
{TAG1}Result1: xxx{TAG1}
{TAG2}Result2" yyy{TAG2}
Thank you,
Goodbye
...and then forward this result to anotheruser@mydomain.com
Any ideas? pointers? words I could use in a google search? Anything?