felix / gross

Greylisting of suspicious source (exported from code.google.com/p/gross)
Other
5 stars 0 forks source link

Grossd skips all the checks if block_threshold not set #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Leave block_threshold as default or set to 0
2. run grossd with dnsbl check enabled and properly configured

What is the expected output? What do you see instead?

Grossd should greylist the connection. Now it skips the checks and returns
trust.

Original issue reported on code.google.com by eino.tuominen@gmail.com on 9 Apr 2008 at 7:29

GoogleCodeExporter commented 9 years ago
This happens if no definitive checks has been configured. Workaround is to set
block_threshold to a large value, e.g. 1000. Will be fixed in 0.9.2.

Original comment by eino.tuominen@gmail.com on 9 Apr 2008 at 7:31

GoogleCodeExporter commented 9 years ago
Fixed in 0.9 svn branch, will be in next patch release.

Original comment by eino.tuominen@gmail.com on 10 Apr 2008 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by eino.tuominen@gmail.com on 10 Apr 2008 at 6:10