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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ IMPORTANT! The order of plugins in config/plugins is important when this feature
19
19
20
20
### karma
21
21
22
-
Karma lists can have different results for IPs beyond a simple block or allow. See [hostkarma.junkemailfilter.com](https://hostkarma.junkemailfilter.com) for details.
22
+
Karma lists can have different results for IPs beyond a simple block or allow. See [hostkarma.junkemailfilter.com][2] for details.
23
23
24
24
## INSTALL
25
25
@@ -58,7 +58,7 @@ An array or comma separated list of zones to query.
58
58
59
59
#### [stats] enable=true
60
60
61
-
This feature requires the [redis](https://github.com/haraka/haraka-plugin-redis) plugin. When enabled, this will record several list statistics to redis:
61
+
This feature requires the [redis][1] plugin. When enabled, this will record several list statistics to redis:
62
62
63
63
- the total number of queries (TOTAL)
64
64
- the average response time (AVG_RT)
@@ -97,7 +97,7 @@ In the form of `host:port` this option allows you to specify a different host on
97
97
The exact name of the DNS zone (as specified above in main.zones) may contain settings about that DNS list.
98
98
99
99
- type=[ block, allow, karma ]
100
-
- reject=true (default: true) Reject connections from IPs on block lists. Setting this to false makes dnsbl informational. reject=false is best used in conjunction with plugins like [karma](https://github.com/haraka/haraka-plugin-karma) that employ a scoring engine to make choices about message delivery.
100
+
- reject=true (default: true) Reject connections from IPs on block lists. Setting this to false makes dnsbl informational. reject=false is best used in conjunction with plugins like [karma][3] that employ a scoring engine to make choices about message delivery.
101
101
- ipv6=true | false
102
102
103
103
#### dnswl
@@ -107,7 +107,13 @@ ok_helo=false
107
107
ok_mail=false
108
108
```
109
109
110
-
if DNSBL returns OK on the mail hook, it prevents any subsequent mail hooks in other plugins from running. This might include [SPF](haraka-plugin-spf), [known senders](https://github.com/haraka/haraka-plugin-known-senders), [karma](https://github.com/haraka/haraka-plugin-karma), recipient plugins, and any other plugins that want to do transaction initialization on `hook_mail`. It can be dangerous.
110
+
if DNSBL returns OK on the mail hook, it prevents any subsequent mail hooks in other plugins from running. This might include [SPF][5], [known senders][4], [karma][3], recipient plugins, and any other plugins that want to do transaction initialization on `hook_mail`. It can be dangerous.
0 commit comments