I think this brings up a good point... you seem to be interested in filtering outgoing web requests, so that your spouse doesn't have to look at the nasty pics outlook insists on showing her. But wouldn't it be better if she never had to look at the email at all?

The solution I use to get rid of spam is SpamAssassin which while it has it's faults, but it has worked well for me after some tweaking. The popfile program that meetraz mentioned looks like it would be closer to what you really need in this situation. If it had SpamAssassin in the middle of it instead of it's training method (or had both) I'd call it inspired. (IMHO, it would be better if it acted as an IMAP server, so that you can have your SPAM in a different box right off the bat, but whatever.)

In any case, a simple filtering proxy server might have other handy applications, but the maintenance overhead seems like it might make it a pain. (Adding the offending IP addresses, which quite likely change often.) With SpamAssassin, I haven't had to tweak anything in months. However, with solutions like popfile and SpamAssassin you need to check what it's marking as SPAM periodically to insure that hasn't canned something you really needed to see.

Good luck...


In reply to Re: Re: Perl Internet Proxy for Windows by SysApe9000
in thread Perl Internet Proxy for Windows by cascade_fx

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.