procmail
[Top] [All Lists]

Re: Problem with LOGging, and assorted procmail questions

1997-06-11 06:45:00
On Wed, 11 Jun 1997, era eriksson wrote:

You seem to have tried almost everything, but there's actually one
variation left: 

   :0
    * ^From:(_dot_)*(_at_)domainx\(_dot_)com
    {
        LOG=" Trash: junk from domainx "
        :0
        $TRASH
    }

And if you have multiple possible matches, this will be more informative:

    :0
     * ^From:(_dot_)*(_at_)\/(domainx|domainy|domainz)\.com
     {
         LOG=" Trash: junk from $MATCH "
         :0
         $TRASH
     }



-- 
_________________
revjack(_at_)radix(_dot_)net