[Exim] fixed the .forward error, but now i get this:

Top Page
Delete this message
Reply to this message
Author: Morgon Kanter
Date:  
To: exim-users
Subject: [Exim] fixed the .forward error, but now i get this:
I'm using exim 4.0 on debian GNU/Linux testing on an AMD k6 if that all matters.

Anyway I added the line:
condition = ${if eq {$home}{/no/home/dir}{no}{yes}}
into exim.conf under userforward like the FAQ told me to, and recreated the user using:
adduser --home-dir /no/home/dir --no-create-home

and now when I try to send mail to them, I get this message in the msglog directory of exim's spool:
2002-11-01 21:33:21 admin@??? T=local_delivery defer (2): No such file or directory: failed to chdir to /no/home/dir

which is weird because under local_delivery it doesn't have anything about chdir, the only directory it has is the /var/spool

Anyone know whats up?