Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

OT: having some stats

OT: having some stats

2008-07-10 by Eduardo Casarero

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

Regards,

-----
Eduardo Casarero
Informatica Avanzada SRL
Email: eduardo.casarero@...
Tel: (054) 011-52353939 int 115

Re: [milter-greylist] OT: having some stats

2008-07-10 by Adam Katz

Eduardo 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).

Re: [~Disarmed~] Re: [milter-greylist] OT: having some stats

2008-07-10 by Eduardo Casarero

Thanks, i checked the wiki, but i didnt see that.

-----
Eduardo Casarero
Informatica Avanzada SRL
Email: eduardo.casarero@...
Tel: (054) 011-52353939 int 115

----- Mensaje original -----
De: "Adam Katz"
Para: milter-greylist@yahoogroups.com
Enviados: Jueves, 10 de Julio 2008 18:10:15 GMT -03:00 Argentina
Asunto: [~Disarmed~] Re: [milter-greylist] OT: having some stats

Eduardo 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).

Re: [milter-greylist] OT: having some stats

2008-07-10 by shuttlebox

On Thu, Jul 10, 2008 at 11:10 PM, Adam Katz <yegsa-yahoo@...> wrote:
> Eduardo 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).

I saw your comment on the wiki, I've tried to fix the permissions so
you can replace the file. Try it. :-)

/peter
-- 
Emo Philips  - "I got some new underwear the other day. Well, new to me."

Re: [milter-greylist] OT: having some stats

2008-07-11 by manu@netbsd.org

Adam Katz <yegsa-yahoo@...> wrote:

> Looks like you want account_grey, which you can get from
> http://milter-greylist.wikidot.com/downloads

And for tracking activity, you have the stat statement. It takes a
format string, so you get output whatever you want.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: [milter-greylist] OT: having some stats

2008-07-11 by Anton Prokhorov

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
Show quoted textHide quoted text
----- Original Message -----
From: Adam Katz
Sent: Friday, July 11, 2008 12:10 AM
Subject: Re: [milter-greylist] OT: having some stats

Eduardo 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).

Re: [milter-greylist] OT: having some stats

2008-07-11 by manu@netbsd.org

Anton Prokhorov <prokhorov@...> wrote:

> And your script found next info in log:
> milter-greylist: smfi_getsymval failed for {if_addr}
> 
> Is it serious?

No, it's just a bogus error caused by messages from stdin. IIRC, I fixed
it some time ago. You don't run a recent version, do you?

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: [milter-greylist] OT: having some stats

2008-07-11 by Anton Prokhorov

Yes, I use milter-greylist 4.0 yet.
----- Original Message -----
Sent: Friday, July 11, 2008 1:52 PM
Subject: Re: [milter-greylist] OT: having some stats

Anton Prokhorov <prokhorov@ugpb.com> wrote:

> And your script found next info in log:
> milter-greylist: smfi_getsymval failed for {if_addr}
>
> Is it serious?

No, it's just a bogus error caused by messages from stdin. IIRC, I fixed
it some time ago. You don't run a recent version, do you?

--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@netbsd.org

Re: [milter-greylist] OT: having some stats

2008-07-11 by Ondrej Valousek

The script will just print out anything unknown - so you can easily
ignore that.
BTW. Apologise for that uninitialized $fail - I have made a slightly new
version. I will try to replace the old one on the wiki (not sure if I can).
Ondrej

Anton Prokhorov wrote:
Show quoted textHide quoted text
>
> 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 Katz <mailto:yegsa-yahoo@...>
>     *To:* milter-greylist@yahoogroups.com
>     <mailto:milter-greylist@yahoogroups.com>
>     *Sent:* Friday, July 11, 2008 12:10 AM
>     *Subject:* Re: [milter-greylist] OT: having some stats
>
>     Eduardo 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
>     <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).
>
>

Re: [milter-greylist] OT: having some stats

2008-07-12 by Michael Mansour

Hi Ondrej,

> The script will just print out anything unknown - so you can easily
> ignore that.
> BTW. Apologise for that uninitialized $fail - I have made a slightly 
> new version. I will try to replace the old one on the wiki (not sure 
> if I can). Ondrej

When you replace the one on the wiki, could you please let us all know.

Or could you send me directly the new script you have to my email address? (or
maybe most the script as an attachment to the mailing list?).

Thanks.

Michael.
Show quoted textHide quoted text
> Anton Prokhorov wrote:
> >
> > 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 Katz <mailto:yegsa-yahoo@...>
> >     *To:* milter-greylist@yahoogroups.com
> >     <mailto:milter-greylist@yahoogroups.com>
> >     *Sent:* Friday, July 11, 2008 12:10 AM
> >     *Subject:* Re: [milter-greylist] OT: having some stats
> >
> >     Eduardo 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
> >     <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).
> >
> >
> 
> ------------------------------------
> 
> Yahoo! Groups Links
> 
> 
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.