From 2b07bdbf2f4ef0d3a55c6bbc460a73b1fbc708af Mon Sep 17 00:00:00 2001 From: "Naram Qashat cyberbotx@cyberbotx.com" Date: Sun, 9 Nov 2008 23:52:14 +0000 Subject: Added delay directive to mail block in new config. Renamed restrictmail to restrict in mail block. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1625 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example_new.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/example_new.conf b/data/example_new.conf index 154683c80..916ba286a 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -256,7 +256,18 @@ mail * create a special user for this; remember to NEVER launch Services as * root). */ - restrictmail = yes + restrict = yes + + /* + * This controls the minimum amount of time an user must wait before sending + * another e-mail after they have sent one. It also controls the minimum time + * an user must wait before they can receive another e-mail. This directive + * is optional, but recommended. + * + * This feature prevents users from being mail bombed using Services and + * it is highly recommended that it be used. + */ + delay = 5m } /* -- cgit