Search K
Appearance
Appearance
Released: 2006-05-12
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>When 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.
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.