Thanks for putting that link up, it saved me from having to run the code to go and have a look. Here's my point of view:

That list is pretty worthless. There is a whole pile of addresses that I assume are spoofed freemailers. All those yahoo.com addresses for a start, and there are a large number of domains run by Outblaze in there as wll. There are better ways of dealing with that.

There are also a few MAILER-DAEMON addresses. Block them, and you're going to lose the ability to receive bounces from those domains. If you have mail routing problems you won't ever know.

The final futility of blocking based on the sender is that most spam engines simply take a valid domain name, and generate 4-16 random characters for the left hand side. (Hmm, there's this language I've heard about that would be ideally suited to that kind of task :) Just because someone else saw (and reported) an address, doesn't mean you'll ever see it. Quite the opposite in fact. They are many things, but spammers are not stupid.

If you are serious about spam, you don't care about the sender. Forging the envelope sender is trivial. Much more interesting is to get the IP address of the host that sent you the garbage. Don't shoot the message, shoot the messenger!


In reply to Re:x2 get spam email list from google by grinder
in thread get spam email list from google by xern

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.