Anyone?
I've got aliases not being processed by the vacation autoreply, my guess
is that it's looking for a .vacation.msg in the directory of the alias,
and not the real account.
On Fri, 2006-06-09 at 20:40 -0700, Derrick MacPherson wrote:
> We have an autoreply router to handle vacation replies, and there's an
> issue with aliases not working
>
> vacation:
> driver = accept
> require_files = /home/${local_part}/.vacation.msg
> senders = " ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]:\
> ! [EMAIL PROTECTED]"
> transport = vacation_transport
> condition = ${if exists{/home/${local_part}/.vacation.msg} {yes}{no}}
> unseen
>
>
> vacation_transport:
> driver = autoreply
> file = /home/${local_part}/.vacation.msg
> file_expand
> once =
> /usr/local/etc/exim/data/${local_part}.vacation.db
> from = "$local_part <[EMAIL PROTECTED]>"
> to = $sender_address
> subject = "[AutoReply] Re: \$h_subject:"
>
> The problem is that ${local_part} is looking up with the alias, is there
> a way to tell it to look up not the alias but the destination address?
>
--
Derrick MacPherson <[EMAIL PROTECTED]>
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/