[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Exim automatic response



HI!

--- Jan Johansson <jan.johansson@viking-telecom.com>
wrote:
> Adapt the "vacation" recepie. It is in the Exim FAQ
> on www.exim.org

I have read it and make something like this:

test_user:
  driver = autoreply
  subject = "Automatic reply"
  file = /etc/exim/test
  log = /var/log/exim/test
  once = /var/log/exim/test-once
  once_repeat = 1d
  to = $reply_address
  from = test@mydomain.com
user = mail
test:
  unseen
  driver = smartuser
  expn = false
  verify = false
  condition = "${if or {{match {$h_precedence:}
{(?i)junk|bulk|list}} {eq {$sender_address} {}}} {no}
{yes}}"
  local_parts = test
  transport = test_user
  errors_to = postmaster@mydomain.com

But I get:

verify failed for SMTP recipient test@mydomain.com ...

What's wrong?


Mike


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



Reply to: