Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

A Beginner's Guide to Using Mail::Audit and Mail::SpamAssassin

by shockme (Chaplain)
on Dec 19, 2001 at 09:40 UTC ( [id://133023]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    :0
    * ^From: lll@hotmail\.com
    friends
    
  2. or download this
    :0
    * ^From:. mortgagef6e@canada\.com
    /dev/null
    
  3. or download this
    #!/usr/bin/perl -w
    #
    ...
        print LOG ("$tag [$line]: $reason\n");
        $item->accept("$folder"."trash");
    }
    
  4. or download this
    #
    # The following will force all messages from Procmail to be logged in
    ...
    # following two lines.
    :0:
    $HOME/syslog/mail
    
  5. or download this
    $item->accept("$folder"."home") 
       if ($subject =~ /\@exitwound.org/i);
    
  6. or download this
    :0
    * ^Subject:\/.*exitwound
    home
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 08:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found