Gary Benitt wrote:
Hello all,
I am using the auto reply feature by setting the deliveryMode=reply and then setting the mailReplyText to whatever it needs to be for a particular user. This all works exactly as expected.
Rather than leaving off the deliveryMode attribute for users that do not use the auto reply feature (and also because some users will use this as a flag which they set/unset often), I set the attribute to "normal", which I believe is the proper thing to do. When this is set, although everything continues to function exactly as I would expect, I get the following in my /var/log/qmail/current file:
2005-05-15 14:08:36.980479500 delivery 42735: success: Warning:_undefined_mail_delivery_mode:_normal_(ignored)./did_1+0+0/
Is this the expected outcome or is something wrong with my configuration? Am I better off deleting the attribute entirely when the user wants to turn off this feature and creating it again when they want to turn it on?
Thanks for the advice...
Gary
* <http://www.goowy.com>*
This is the expected behavior. I had the same problem. You are better off deleting the attribute entirely. "Normal" is now the default deliveryMode, and explicitly setting it results the warning that you got.
Brian!
