On Thu, 11 Apr 2002, Matt Sergeant wrote:
> On Thursday 11 Apr 2002 5:21 pm, Eric S. Johansson wrote:
> > I'm trying to get some numbers on number of pieces of spam, numbers of
> > spammers, etc..  Are there any good references I could use?
>
> About 20% of the email we see is spam. That's on a per-email basis though. On
> a bandwidth basis it's about 0.5%, but that figure doesn't make interesting
> reading so we don't tell anyone about it ;-)

That's -all- ?

Here's a quick count from my most recent log; this is representative of
what it always looks like around here.

grep -c "clean message" spam.log | wc -l
288421

grep "identified spam" spam.log | wc -l
252930

Note that I block fully half of my incoming mail during the SMTP session,
too. I -never- get complaints about missing mail. I'm very conservative
about what I outright reject vs. let go through the tagger.

Needless to say, I think SpamAssassin is the Bee's Knees.

-- 
Charlie Watts
[EMAIL PROTECTED]
Frontier Internet, Inc.
http://www.frontier.net/


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to