procmail
[Top] [All Lists]

CC and TO:

2000-01-17 02:11:47
Hi,

i told my ISP to collect all mails addressed to *(_at_)mydomain(_dot_)de in one 
mail account.
So i get everything addressed to *(_at_)mydomain(_dot_)de via pop3 (fetchmail)!
Now ich want Procmail to spread the mails to the associated local users.
When the mail is addressed to only one local user everything works fine with
the
following ./procmailrc

----------------------------
:0
* ^To:(_dot_)*user1(_at_)mydomain(_dot_)de
! user1

:0 
* ^To:(_dot_)*user2(_at_)mydomain(_dot_)de
! user2
----------------------------

But...what modifications are necessary to process  mails like this correctly
?:

--------------------
to:user1(_at_)mydomain(_dot_)de
Cc:user2(_at_)mydomain(_dot_)de
--------------------
or
--------------------
to:user1(_at_)mydomain(_dot_)de
Bcc:user2(_at_)mydomain(_dot_)de
-------------------- 

Any ideas ?
thnx4ward,
                  Niko


<Prev in Thread] Current Thread [Next in Thread>
  • CC and TO:, Nikolas Hagelstein <=