1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 18:46:39 +02:00

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
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-11-09 23:52:14 +00:00
parent 1a89f2475c
commit 2b07bdbf2f
3 changed files with 16 additions and 5 deletions
+12 -1
View File
@@ -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
}
/*