<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 4, 2014 at 12:51 PM, Dietmar Maurer <span dir="ltr"><<a href="mailto:dietmar@proxmox.com" target="_blank">dietmar@proxmox.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">> So would it be possible to add the '-f $mailfrom' flag inside pve-<br>
> magager/bin/<a href="http://pvemailforward.pl" target="_blank">pvemailforward.pl</a> instead?<br>
><br>
> You are right. However -f $mailfrom is not enough, we would need to change<br>
> email body too.<br>
> This can be done by procmail or you know something better for perl?<br>
<br>
</div>Just adopt your patch and set '-f $mailfrom' inside <a href="http://pvemailforward.pl" target="_blank">pvemailforward.pl</a>.<br>
The mail from header is not really relevant for mail delivery, so I am not sure if we need/want to change it at all?<br>
</blockquote></div><br></div><div class="gmail_extra">This just won't look beautiful :) Also it would matter for those who filter emails in their email clients by the From field.<br></div><div class="gmail_extra">What about this? I've checked with manual substitution for $mailfrom and this seems to work as expected.<br>
<span class="">open</span><span class="">(</span><span class="">CMD</span><span class="">,</span> <span class="">"|procmail -f $mailfrom | sendmail -bm -N never -f $mailfrom $mailto"</span><span class="">)</span> <span class="">||<br>
</span></div></div>