Cedric Zeline a écrit :
> Hi all,
> 
> I need some help. I would like to modify incoming emails.
> I need to add a link at top of the incoming mail body, in order to allow
> employees that received their email to click on this link and connect
> directly to our data base to check the client's data. I need to add a
> link that will pass the client's email as parameters (should be
> something like http://192.168.0.2/client.php?client=em...@domaine.com).
> I was thinking to do this job with postfix body_checks features by using
> body rewritting but I can't find the way to do it because I can't find a
> way to identify the begining of the mail body.
> 

You can't do that with body_checks. you can do that with a custom
content filter, but it is not recommended to change email without a
"serious" reason. and if you should, do that at submission time, not at
reception time.

Reply via email to