RE: About Message_Name in inbox table

2010-06-10 Thread Gusnadi Kevin
.com] Sent: Friday, June 11, 2010 1:43 AM To: James Users List Subject: Re: About Message_Name in inbox table Hi Kevin, If you define in spoolmanager.xml you will see that MyMailet2 is not invoked for mail locally delivered, just because it is delivered and has no more reasons to live.

Re: About Message_Name in inbox table

2010-06-10 Thread Eric Charles
2010 5:02 PM To: James Users List Subject: Re: About Message_Name in inbox table You could also write a Mailet which you then could call before LocalDelivery Mailet. Bye, Norman 2010/6/9 Gerry Matte: Hi Gusnadi. If your database server supports triggers and stored procedures, you should

Re: About Message_Name in inbox table

2010-06-10 Thread Norman Maurer
il.com] On > Behalf Of Norman Maurer > Sent: Thursday, June 10, 2010 5:02 PM > To: James Users List > Subject: Re: About Message_Name in inbox table > > You could also write a Mailet which you then could call before > LocalDelivery Mailet. > > Bye, > Norman > >

RE: About Message_Name in inbox table

2010-06-10 Thread Gusnadi Kevin
...@googlemail.com] On Behalf Of Norman Maurer Sent: Thursday, June 10, 2010 5:02 PM To: James Users List Subject: Re: About Message_Name in inbox table You could also write a Mailet which you then could call before LocalDelivery Mailet. Bye, Norman 2010/6/9 Gerry Matte : > Hi Gusnadi. > If your da

Re: About Message_Name in inbox table

2010-06-10 Thread Norman Maurer
You could also write a Mailet which you then could call before LocalDelivery Mailet. Bye, Norman 2010/6/9 Gerry Matte : > Hi Gusnadi. > If your database server supports triggers and stored procedures, you should > be able to associate a trigger with the james inbox table that causes a > procedur

Re: About Message_Name in inbox table

2010-06-09 Thread Gerry Matte
Hi Gusnadi. If your database server supports triggers and stored procedures, you should be able to associate a trigger with the james inbox table that causes a procedure you create to execute - that procedure could then insert a record into your table. I've not tried to do that but it looks lik