procmail
[Top] [All Lists]

Re: Simplest Whitelist?

2003-11-27 08:57:15
In your message dated Thu, 27 Nov 2003 08:22:16 -0500, Dragoncrest said
that ...

         Actually, the rest of my procmail is working fine thanks to a lot 
of help you guys gave me from before.  The only part that isn't working is 
the whitelist I tried to add to the procmailrc just recently.

I use this with the whitelist being a text file with one address per line.
Be careful not to have any blank lines in the whitelist. The whitelist can
contain entire addresses, domains or names. IE:

tim(_at_)thaistuff(_dot_)com
computerstuff.net
procmail-lists


# Deliver Whitelist addresses

:0
* ?formail -x"From:" -x"Sender:" \
  -x"Reply-To:" -x"Return-Path:" \
| fgrep -is -f $HOME/whitelist
{          
        :0 hif
        | formail -A"X-Puremail: Global Whitelist"
        
    :0
    $DEFAULT
}

-- 
Best Regards,

Tim Rice
---------------
Phuket Thailand


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>