Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: dialup spam removal with Net::POP3 (program repair shop)

by Aristotle (Chancellor)
on May 31, 2003 at 17:21 UTC ( [id://262091]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub make_rx_from {
        open my $fh, "<", shift or warn("Can't open fromgood $!\n"), retur
    +n;
    ...
    my @badwords     = make_rx_from "badwords";
    my @frombad      = make_rx_from "frombad";
    my @fromgood     = make_rx_from "fromgood";
    
  2. or download this
    HEADER: foreach my $line (@$messref) {
        # detects first blank line go do body check of first 10 body lines
    ...
            last HEADER;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://262091]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found