From 8663bd63f49c04d122a06fbcbf5addbd5bdf155e Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 6 Feb 2015 15:39:45 +0200 Subject: Allow applying settings to authenticated users --- doc/markdown/configuration/settings.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/markdown/configuration/settings.md b/doc/markdown/configuration/settings.md index 4162e6843..a7b85a11c 100644 --- a/doc/markdown/configuration/settings.md +++ b/doc/markdown/configuration/settings.md @@ -49,6 +49,7 @@ settings { rcpt = "admin"; rcpt = "/user.*/"; ip = "172.16.0.0/16"; + user = "@example.net"; apply "default" { symbol1 = 10.0; symbol2 = 0.0; @@ -74,6 +75,7 @@ So each setting has the following attributes: + `from` - match SMTP from + `rcpt` - match RCPT + `ip` - match source IP address + + `user` - matches authenticated user ID of message sender if any - `apply` - list of applied rules, identified by metric name (e.g. `default`) + `symbol` - modify weight of a symbol + `actions` - section of modified actions -- cgit v1.2.3