]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Ratelimit - improve config file 2264/head
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Thu, 24 May 2018 13:18:30 +0000 (15:18 +0200)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Thu, 24 May 2018 13:18:30 +0000 (15:18 +0200)
conf/modules.d/ratelimit.conf

index 08109b82059e50ab4d496aef96f30153c1900416..521bdb1a8869c2726a5b10ba0b1e3ed56d374c43 100644 (file)
@@ -30,6 +30,10 @@ ratelimit {
     #}
     # If symbol is specified, then it is inserted instead of setting result
     #symbol = "R_RATELIMIT";
+
+    # If info_symbol is specified, then it is inserted next to set the result
+    #info_symbol = "R_RATELIMIT_INFO";
+
     whitelisted_rcpts = "postmaster,mailer-daemon";
     max_rcpt = 5;