Version 1.28.5
Released: 2006-12-21
read permission error for ip_whitelist fix
if the ip_whitelist is read in, the read permissions are dropped right after, so the the ip_blacklist can't be seen. Fix it to reset the higher read privileges so that the ip_blacklist can be seen.
Redirect in wrong order fix
Was set as:
Redirect /redirect 302 http://redirect.com
instead of
Redirect 302 /redirect http://redirect.com
Fix bandwidth counting fix
bug as a result of changes to the unique message ID counting fixed.
After updating, you can run:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
to update the bandwidth, or wait for the nightly tally.
No bandwidth entries will be lost.