On 8/17/2011 10:06 AM, Florian Effenberger wrote:
Hello,

2011/8/17 Florian Effenberger<flo...@gmail.com>:

is it possible to define the sender for the Dovecot Sieve
implementation's vacation extension? It seems to be impossible to add,
e.g., a name, or choose a different sender address.
to be precisely: I am talking about the "From" header.

You can use the :from parameter, e.g.:

require "vacation";
vacation :from "flo...@gmail.com" "Not here at the moment!";

Read RFC5230 (http://tools.ietf.org/html/rfc5230) for more info.

Regards,

Stephan.

Reply via email to