From cf89e10a4c5d968ca46ca462cf643cfe8c246be0 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 3 Aug 2014 18:22:03 -0400 Subject: Add ms_ignore:max config option --- data/memoserv.example.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index 1ab45514e..9f07ec424 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -137,7 +137,17 @@ command { service = "MemoServ"; name = "DEL"; command = "memoserv/del"; } * * Used to ignore memos from specific users. */ -module { name = "ms_ignore" } +module +{ + name = "ms_ignore" + + /* + * The maximum number of entries that may be on a memo ignore list. + * + * This directive is optional. + */ + max = 32 +} command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; } /* -- cgit