You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The filter currently supports:
12
12
- adding an `X-SenderScore` header with the score of the source IP address
13
13
- adding an `X-Spam` header to hosts with reputation below a certain value
14
14
- applying a time penalty proportional to the IP reputation
15
-
-whitelisting IP addresses or subnets
15
+
-allowlisting IP addresses or subnets
16
16
17
17
18
18
## Dependencies
@@ -59,4 +59,4 @@ listen on all filter "senderscore"
59
59
60
60
`-scoreHeader` will add an X-SenderScore header with reputation value if known.
61
61
62
-
`-whitelist <file>` can be used to specify a file containing a list of IP addresses and subnets in CIDR notation to whitelist, one per line. IP addresses matching any entry in that list automatically receive a score of 100.
62
+
`-allowlist <file>` can be used to specify a file containing a list of IP addresses and subnets in CIDR notation to allowlist, one per line. IP addresses matching any entry in that list automatically receive a score of 100.
0 commit comments