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@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@gmail.com to : jacka@mail.com
vocation sent back from : jacka@mail.com to : srs0=hmc8=v7=gmail.com=web123@mail.com
postsrsd changing return-path from web123@gmail.com to srs0=hmc8=v7= gmail.com=web123@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.