I've been capped today with 35gig on a 2gig account (sob sob). Luckily I use my IS account from today onward.
f***ing hell ... it is totaly random!!!
bool perform_login(string user, string pass)
{
if (!validate_credentials(user, pass)) return false;
if (get_usage_in_gigs() > 3)
{
if (! is_full_moon_today() ||
! telkom_programmer_had_enough_beer_today() ||
telkom_fail_to_rape_somebody_in_last_3minutes())
return false;
}
return true;
}