[Mimedefang] graphdefang :: Heartlight Spam

Michael C. Hanson mhanson at quicksilver.com
Mon Jan 20 14:17:02 EST 2003


John,

Thanks very much for the explanation.

__
Michael C. Hanson
Quicksilver Software, Inc.
mailto:mhanson at quicksilver.com
----- Original Message -----
From: "John Kirkland" <jpk at bl.org>
To: <mimedefang at lists.roaringpenguin.com>
Sent: Saturday, January 18, 2003 8:34 AM
Subject: Re: [Mimedefang] graphdefang :: Heartlight Spam


> Hi, Michael,
>
> The example below filters out email with the domain westover.org.  I took
> on several more domains at westover, all with an affiliation to an
> organization called Heartlight.  The Heartlight volume was higher than my
> westover volume, and I wanted it on one graph by itself.  So... this
> filter rule displays all mail that is NOT to westover.org.  Note, the
> filter is applied to whatever you specify in your grouping parameter (in
> this example it is recipient).
>
> Honestly, I don't remember where I got this regexp.  I should rewrite it a
> bit simpler.
>
> Regards,
> John
>
> >  What exactly in the graphdefang-filter example is this filter supposed
to
> > catch?
> >
> >
> >  %GraphSettings = ();
> >  %GraphSettings = (
> >          'data_types'    => ['spam'],
> >          'graph_type'    => 'stacked_bar',
> >          'grouping'      => 'recipient',
> >          'top_n'         => '9',
> >          'grouping_times'=> ['hourly','daily','monthly'],
> >          'filter'        => '^(?:(?!westover.org).)*$',
> >          'filter_name'   => 'Heartlight Traffic',
> >          'title'         => 'Heartlight Spam Traffic',
> >          );
> >  push @GRAPHS, { %GraphSettings };
>
> _______________________________________________
> MIMEDefang mailing list
> MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
>




More information about the MIMEDefang mailing list