Hi i have similiar problem like here: http://www.iredmail.org/forum/topic11833-iredmail-support-vocation-respone-unknown-user.html email send : from : web123 at gmail.com to : jacka at mail.com vocation sent back from : jacka at mail.com to : srs0=hmc8=v7=gmail.com=web123 at mail.com postsrsd changing return-path from web123 at gmail.com to srs0=hmc8=v7gmail.com=web123 at mail.com 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
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-vocation-respone-unknown-user.html > > > email send : > from : web123 at gmail.com > to : jacka at mail.com > > vocation sent back > from : jacka at mail.com > to : srs0=hmc8=v7=gmail.com=web123 at mail.com > > > > postsrsd changing return-path from web123 at gmail.com to srs0=hmc8=v7> gmail.com=web123 at mail.com > > 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 listsHmm, 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.
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 <stephan at rename-it.nl>:
>
>
> 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 : web123 at gmail.com
>> to : jacka at mail.com
>>
>> vocation sent back
>> from : jacka at mail.com
>> to : srs0=hmc8=v7=gmail.com=web123 at mail.com
>>
>>
>>
>> postsrsd changing return-path from web123 at gmail.com to
srs0=hmc8=v7>> gmail.com=web123 at mail.com
>>
>> 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.
>