Bandwidth limit email not populating fields

Hi

The email that is sent out when a virtual server has exceeded their quota is not populating the fields, example below..

The following virtual server has exceeded its bandwidth limit :

Domain name: duplay.com.au ${IF-BW_PERIOD} Accounting period: ${BW_PERIOD} days ${ELSE-BW_PERIOD} Accounting period: Last month ${ENDIF-BW_PERIOD} Bandwidth limit: 1024 MB Bandwidth usage: 1 GB over the last ${BW_PERIOD} days

Please note that usage by all sub-servers is included in this total.

Status: 
Closed (fixed)

Comments

Forgot to include

Webmin version 1.490
Virtualmin version 3.73 Pro Theme version 7.4

Ok, I see the cause of this .. and I will fix it in the next release.

Till then, just go to System Settings -> Bandwidth Monitoring and change the part :

${IF-BW_PERIOD}
Accounting period:       ${BW_PERIOD} days
${ELSE-BW_PERIOD}
Accounting period:       Last ${BW_PAST}
${ENDIF-BW_PERIOD}

to just :

Accounting period:       Last ${BW_PAST}

Automatically closed -- issue fixed for 2 weeks with no activity.