Yes, it's possible to use Perl to write "contact management" and SPAM software.

No, it's impossible to tell (in any language) if a harvested email address corresponds to a user with a static IP. It's also similarly not really within the realm of possibility to determine the email addresses that are accepted by an ISP in behalf of a particular static IP, regardless of language used. IP's and email addresses aren't really related. But then if your "contacts" have "opted-in" willingly, they could probably tell you at sign-up time what their email address and static IP address are.

It is entirely within the realm of easy Perl-fu to organize "contacts" into groups, and to be able to move things from one group to another.

And it is also possible with Perl, or just about any other language, to handle group-change and opt-out requests.

You could probably accomplish the list management stuff with just about any language; Perl, C, Java, shell-scripts, or even BASIC. If only it weren't so... Ask the Dark Gods for implementation details.


Dave


"If I had my life to live over again, I'd be a plumber." -- Albert Einstein

PS: Most "email list" management tools are already built into majordomo software, which is, iteslf written in Perl. You might look into that instead of starting over with your own home-rolled solution. Majordomo is probably the most broadly used emailing-list management software on the net.


In reply to Re: Contact management by davido
in thread Contact management by enk0d

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.