Hi

with a little help from Noel, I just got something similar to this working.

What I do is channel emails addressed to specific users to specific local
mail files and everything else to a catch all account. Hopefully you can see
how you could use this in your situation. The key is using the FetchedFrom
matcher to process emails that fetchpop downloaded for you:

Here's an extract from my config.xml:

      <processor name="transport">
         <mailet match="FetchedFrom=myISP.co.uk"
            class="ToProcessor">
            <processor> multidrop </processor>
         </mailet>

<!-- blah

      <processor name="multidrop">

        <!-- deliver to marina, jack and rebecca then everything else to ma
rtin -->

        <mailet match="[EMAIL PROTECTED]"
          class="LocalDelivery">
        </mailet>
        <mailet match="[EMAIL PROTECTED]"
          class="LocalDelivery">
        </mailet>
        <mailet match="All"
         class="Forward">
           <forwardto>[EMAIL PROTECTED]</forwardto>
        </mailet>

      </processor>





----- Original Message -----
From: "Satish" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 1:27 PM
Subject: fetch pop configuring


> Hi..
> I  have configured james mail on my system and created  two users
> [EMAIL PROTECTED] and [EMAIL PROTECTED]
>
> Using fetch pop I have read my mail account [EMAIL PROTECTED] .Now I
> need to put  [EMAIL PROTECTED] mails to [EMAIL PROTECTED] inbox. How
> could I do this. Presently the fetched messages or  redirecting to
> [EMAIL PROTECTED](I configured [EMAIL PROTECTED] for error messages).
> Regards,
> Satish varma.
>
---------------------------------------------------------------------------T
his email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
Copying this email or in any way disseminating its content to any other
person is strictly prohibited. If you have received this email in error
please notify [EMAIL PROTECTED]
--------------------------------------------------------------------------
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
Copying this email or in any way disseminating its content to any other
person is strictly prohibited. If you have received this email in error
please notify [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to