Hi,
I'm trying to create a vacation reply which sets the "from"
of the reply explicitly. According to the sieve vacation standard
this should be possible, however dbmail does not comply.
I've setup a testuser, which gets email for
"[EMAIL PROTECTED]". The vacation reply always has the from
header set to "[EMAIL PROTECTED]" inspite of the explicit
setting inside the script.
this is my script:
<script>
require "vacation";
vacation
:days 1
:subject "ahum"
:from "[EMAIL PROTECTED]"
"Blablabl";
</script>
The sieve vacation standard says:
4.3. Subject and From Parameters
<snip />
A ":from" parameter may be used to specify an alternate address to
use in the From field of vacation messages. The string must specify
a valid [RFC2822] mailbox-list. Implementations SHOULD check the
syntax and generate an error when a syntactically invalid ":from"
parameter is specified. Implementations MAY also impose restrictions
on what addresses can specified in a ":from" parameter; it is
suggested that values which fail such a validity check simply be
ignored rather than causing the vacation action to fail.
5.4. From
Unless explicitly overridden with a :from parameter, the From field
SHOULD be set to the address of the owner of the Sieve script.
--
regards,
Marc Dirix
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail