[Dovecot] sender for Sieve vacation message
Hello,
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.
Thanks, Florian
Hello,
2011/8/17 Florian Effenberger floeff@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.
Florian
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.
Hi,
2011/8/18 Stephan Bosch stephan@rename-it.nl:
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.
d'oh! Sometimes things are that simply... sorry for the dull question like a charm now. :)
- seems I've read an old RFC where :from wasn't specified yet. Works
Thanks! Florian
participants (2)
-
Florian Effenberger
-
Stephan Bosch