If the recipient is local, as it is in your case, the message will finally get to the LocalDelivery mailet, that simply stores it in the local inbox directory or table, instead of going through the root processor again. So the AddFooter mailet is executed only once in step <a>, and <b> does not happen.
Vincenzo > -----Original Message----- > From: Marcos Ortega [mailto:[EMAIL PROTECTED] > Sent: mercoled� 21 gennaio 2004 12.16 > To: James Users List > Subject: Re: Newbe At SpoolManager ! > > > Thanks for replay; > > Well, One footer was added when the email outs from user <a> > and other footer added when email cames to user <b> , assuming that <a> and > <b> are user from the same james server. > > I mean , root processor / spool manager dont process all > emails ? incoming or outcoming > > From: "Noel J. Bergman" <[EMAIL PROTECTED]> > To: "James Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, January 20, 2004 6:40 PM > Subject: RE: Newbe At SpoolManager ! > > > > Marcos Ortega wrote: > > > <processor name="root"> > > > ....... > > > <mailet match="All" class="AddFooter"> > > > <text>Dummy text here</text> > > > </mailet> > > > <mailet match="All" class="ToProcessor"> > > > <processor> transport </processor> > > > </mailet> > > > </processor> > > > > > I was expecting that all messages [to have] two footer > > > > Why two? From where do you expect the second footer to come? > > > > --- Noel > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
