daemon/autoresponse.cc
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
--- a/daemon/autoresponse.cc	Sun Jan 20 00:12:17 2008 +0100
+++ b/daemon/autoresponse.cc	Sun Jan 20 00:22:09 2008 +0100
@@ -160,7 +160,7 @@
   vpwentry* vpw;
   OK_RESPONSE(lookup_and_validate(user, pw, vpw, pass, true, true));
 
-  const mystring directory = vpw->mailbox + "/" + config->autoresponse_dir();
+  const mystring directory = vpw->directory + "/" + config->autoresponse_dir();
   const mystring filename = directory + "/" + config->autoresponse_file();
   const mystring disabled = filename + ".disabled";