Version 1.27.1
Released: 2006-05-12
new
Administrivia option in mailing lists (SKINS)Added an option to the interface to turn on/off the administrivia option in majordomo lists.
SKINS:
user/email/list_modify.html
add:
<td class=list>Administrivia</td><td class=list>|administrivia|</td></tr>
new
CMD_EMAIL_ACCOUNT_QUOTA to have quota limit as wellWhen calling the CMD_EMAIL_ACCOUNT_QUOTA command, you can also include "quota=yes" in the request and DA will return:
quota=1234
where 1234 is the bytes limit for that account.
0 is unlimited.
If it's the system account:
quota=system
is returned as the quotas are not stored in the /etc/virtual/domain.com/quota file like the virtual pop accounts are.
fixed
Month is off by one in the bandwidth details page.The format:
2006 04 10
is off by one month.
The "struct tm time" structure uses the tm_mon value from 0-11, so the fix is a simple +1.