Hello everyone, I inserted an entry into auto_replies..
INSERT INTO auto_replies (user_idnr,reply_body) VALUES ('1','Testing\n'); Upon e-mailing the address associated with user_idnr 1, I received the Testing autoresponse without any problem. However, there is no from address, return path, or anything to respond to. In my current live system (exim 4, tpop3d, slackware linux, 2.4.26) there is always a return path, envelope and delivery date header. e.g. Return-path: <[EMAIL PROTECTED]> Envelope-to: [EMAIL PROTECTED] Delivery-date: Wed, 28 Jul 2004 20:34:52 +0100 In my dbmail test setup (exim 4, dbmail 2.0 rc7,slackware 9.1, 2.6.7) the above headers are missing and messages start with a Received from header. Perhaps this is part of the problem? As regards the auto_replies section, it would be (for me at least) very useful to be able to specify the From address used, Subject, etc. Should I just include these as headers in the reply_body? I didn't see any documentation on the above and spent a long time going around in circles on Google and in the dbmail source. Help is appreciated! Kelv