Thank you for this URL. I try script, but have one
error:
Use of uninitialized value in concatenation (.) or string at
/home/prokhorov/account_grey.pl line 65, <STDIN> line
85167.
I have mail server on ASPLinux 10 with perl v5.8.5 built for
i386-linux-thread-multi
And your script found next info in log:
milter-greylist: smfi_getsymval failed for
{if_addr}
Is it serious?
Thanks in advance.
Anton
----- Original Message -----From: Adam KatzSent: Friday, July 11, 2008 12:10 AMSubject: Re: [milter-greylist] OT: having some statsEduardo Casarero wrote:
> Hi, does anyone use/has some script to make statistics of greylisting?
>
> In my servers i process several domains and i need an approach of how
> many rejections per domain (due to greylisting) i'm having.
>
> The other choice is to go to perl an do it... but someone may have
> something done :P
Looks like you want account_grey, which you can get from
http://milter-greylist.wikidot.com/downloads
... note that it doesn't initialize $fail. Add that at the top line
with the other initializations (it should be set to zero just like the
others).