increase maximum number of submissions per week from 20 to 30.

This commit is contained in:
Enno Rehling 2019-04-26 06:10:17 +02:00
parent 6fcfca27ca
commit 97afaa29c3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ hostname = gethostname()
orderbase = "orders.dir"
sendmail = True
# maximum number of reports per sender:
maxfiles = 20
maxfiles = 30
# write headers to file?
writeheaders = True
# reject all html email?