discard messages shorter than 100 bytes

This commit is contained in:
SJ
2016-03-02 09:42:56 +01:00
parent aefef17404
commit 74bfea36c6
6 changed files with 12 additions and 2 deletions

View File

@ -74,6 +74,9 @@ workdir=/var/piler/tmp
; whether to enable writing folder_message table (1) or not (0)
enable_folders=0
; discard a message if it's shorter than this value (in bytes)
min_message_size=100
;
; starttls stuff
;