Added limit for mailerhistory lines in web stats

This commit is contained in:
Michiel Broek
2005-08-10 19:18:53 +00:00
parent 60326e7a3d
commit 84dc5e42fd
2 changed files with 46 additions and 40 deletions

View File

@@ -1254,6 +1254,7 @@ struct sysconfig {
unsigned is_upgraded : 1; /* For internal upgrade use */
char myfqdn[64]; /* My real FQDN */
int www_mailerlines; /* Limit mailhistory lines */
};