From: Tom C. <to...@to...> - 2004-12-24 16:41:19
|
http://qmailadmin.sf.net/ Release Notes: As with the last release, this one should not be used on production machines until it can be tested further. We've made more updates to the code that manages a user's .qmail file, fixing some long-standing problems in the process. QmailAdmin will now preserve any unrecognized program delivery lines in the .qmail file when writing out changes. Additionally, the vacation auto- responder always appears last (to avoid losing messages) and is now a checkbox option to any of the three account types (standard, deleted, forwarded). Please test this release by temporarily installing it, and using the 'Modify User' page to confirm that it is correctly interpreting existing .qmail files, and is writing out changes correctly. ChangeLog: Tom Collins - user.c: fix bug in handling .qmail files with blank lines. - user.c: new catchall option, forward unknown users to remote domain (e.g., x -> x...@do..., y -> y...@do..., etc.) To use, enter "@<domain>" for remote address catchall. [910410] - util.c: fix check_email_addr() (previously accepted invalid punctuation in domain part of address). - user.c: modusergo() function that writes out user's .qmail file now keeps unrecognized program delivery lines. [994319] - Change 'Vacation' option to checkbox on 'Modify User' page. Can now have vacation response with forward (and delete). [800254] |