	if (OverMailLimit(pwd->pw_uid, st.st_size)) {
		printf("\n** Warning: system mailbox %s is over quota (%d bytes). **\n", tbuf, st.st_size);
		printf("** Until YOU make it less then %d bytes, you will receive no more mail. **\n\n", MailLimit()+1);
	}
