.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.
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
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
>
>
...@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
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
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