18 Aug
2011
18 Aug
'11
10:30 a.m.
On 8/17/2011 10:06 AM, Florian Effenberger wrote:
Hello,
2011/8/17 Florian Effenbergerfloeff@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 "floeff@gmail.com" "Not here at the moment!";
Read RFC5230 (http://tools.ietf.org/html/rfc5230) for more info.
Regards,
Stephan.