19 Jun
2007
19 Jun
'07
3:55 p.m.
On Mon, 2007-06-18 at 19:08 -0400, Bruce Bodger wrote:
Read this in the dovecot sieve wiki:
"The envelope sender is taken from a Return-Path: header in the
message. The envelope recipient is taken from -d option passed to
deliver."
It should be -f actually. Fixed in wiki.
mailbox_command = /usr/local/libexec/dovecot/deliver -d -e
And if you do use it, you'll need to give the envelope parameter after the -f. I don't know if you can do this with mailbox_command. In any case if Return-Path: header is written (and I think it is with mailbox_command), there's no need for -f.