I have this version with FIXME
/* FIXME: If From header of message has same address, we should use
that
* instead to properly include the phrase part.
*/
rfc2822_header_printf(msg, "To", "<%s>", reply_to);
This should be work ok? Or You must change something?
2017-07-20 15:51 GMT+02:00 Stephan Bosch <[email protected]>:
>
>
> Op 20-7-2017 om 10:37 schreef Kacper Guzik:
>
> Hi i have similiar problem like here:
>>
>> http://www.iredmail.org/forum/topic11833-iredmail-support-vo
>> cation-respone-unknown-user.html
>>
>>
>> email send :
>> from : [email protected]
>> to : [email protected]
>>
>> vocation sent back
>> from : [email protected]
>> to : [email protected]
>>
>>
>>
>> postsrsd changing return-path from [email protected] to srs0=hmc8=v7=
>> [email protected]
>>
>> this is no problem for me but sieve:
>>
>> Vacation's messages are always addressed to the Return-Path address
>>
>> it is possible some how change this ugly to header to normal?
>>
>> I can't find anything on dovecot mailing lists
>>
>
> Hmm,
>
> I think this relates to this FIXME:
>
> https://github.com/dovecot/pigeonhole/blob/master/src/lib-
> sieve/plugins/vacation/cmd-vacation.c#L951
>
> Looks like I've been just lazy. Should be relatively easy to fix.
>
> Regards,
>
> Stephan.
>