procmail
[Top] [All Lists]

Re: Mail filtered to two mailboxes

2002-02-21 20:54:16
On Thu, 21 Feb 2002, Tim Holmes wrote:

:0
* ^To:(_dot_)*user1(_at_)domain(_dot_)com
{
      :0
      user1

      :0
      personal
}

Or something along those lines?

Pretty close.  I think what you're looking for is this:

:0
* ^To:(_dot_)*user1(_at_)domain(_dot_)com
{
        :0c
        user1

        :0
        personal
}


When the first rule matches, the message is save in 'user1', and a carbon copy
(the c flag on that rule) is sent to 'personal'.

----------------------------------------------------------------------
``Thank goodness modern convenience is a thing of the remote future.''
    -- Pogo, by Walt Kelly

_______________________________________________
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>