On 2014-03-20 19:31, lists-yahoogroups@... wrote:
> Ah, that looks good, thanks. Is something like
>
> racl continue rset $score=0
> racl continue rset $listname=""
> racl continue dnsrbl "A" set $score+=1 $listname="$listname A"
> racl continue dnsrbl "B" set $score+=1 $listname="$listname B"
> ...
> racl blacklist $score >= 2 msg "you hit %P{score} on %P{listname}
> DNSRBLs"
>
> possible to get to know in which lists the IP was found?
IIRC it would be rather like
racl continue dnsrbl "B" set $score+=1 set $listname="%P{listname} B"
but yes, operations of this kind are possible.
Also note that is you later add "msg" or "log" into the mix (for the
same rule hit), there is a specific order in which these can be
specified, since some keywords are considered as clauses and others
are... different ;)
HTH,
//JimMessage
Re: [milter-greylist] combine blacklists
2014-03-20 by Jim Klimov
Attachments
- No local attachments were found for this message.