Hi Emmanuel,
On 2016-11-20 00:54, manu@... [milter-greylist] wrote:
> Marcus Schopen lists-yahoogroups@... [milter-greylist]
> <milter-greylist@yahoogroups.com> wrote:
>
>> The milter still crashes, not after the first change of greylist.conf,
>> but for some strange reasons after the third change.
>
> Because you hit another different bug! That you for digging that out.
>
> Proposedf fix:
> https://ftp.espci.fr/shadow/manu/fstring.patch
No crashes any more, tested for about two hours. :) Will you release a
new version?
Is that rule set correct?
------
racl continue rset $bl_score=1
racl continue rset $bl_listname=" "
racl continue list "my_bl_1" set $bl_score+=3 set
$bl_listname="%P{bl_listname}my_bl_1 "
racl continue list "my_bl_2" set $bl_score+=5 set
$bl_listname="%P{bl_listname}my_bl_2 "
racl continue list "my_bl_3" set $bl_score+=3 set
$bl_listname="%P{bl_listname}my_bl_3 "
racl "BL_DNSBL" blacklist $bl_score >= 3 msg "Bad reputation - %d [%i]
listed on too many DNS blacklists:%P{bl_listname}(hit
%P{bl_score})" flushaddr
------
I need to use "rset" to reset the bl_score property variable for each
new email, right?
And how to I set an empty quoted string (see $bl_listname=" ")?
Ciao
MarcusMessage
Re: [milter-greylist] Re: reproducible crashing
2016-11-20 by Marcus Schopen
Attachments
- No local attachments were found for this message.