> There is a much simpler solution to this problem: Put the greylisting
> module *after* the dnsbl module in the plugins file.
It is but it seems like the greylisting module looks up the IP address of
the host during an earlier sequence than the point at which the dnsbl
returns it's information.
On 2007-08-23 10:33:59 -0400, Matthew Harrell wrote:
> This patch changes the deny_late option so the greylisting plugin will
> wait to check and update it's database until later. The problem I
> noticed was that greylisting was filling up it's database with hosts
> that were later denied by dnsbl
This patch changes the deny_late option so the greylisting plugin will wait
to check and update it's database until later. The problem I noticed was
that greylisting was filling up it's database with hosts that were later
denied by dnsbl. Similarly if the host is allowed by dns_whitelist_soft
th