Noel,
> You are missing something. :-) This is for a Mailet, therefore as of
> version 2.2, you ought to be able to put them into
> SAR-INF/lib, courtesy of
> the new loader.
Using 2.1.3 as my development baseline. Will test against latest 2. and 3.
builds once I'm happy my code is good.
Anyway, making good progress. This works...
<mailet match="All" class="ScriptedMailet">
<language>javascript</language>
<init>mailetBean.log("Hello World");</init>
<service>mailetBean.log(mailetBean.getMail().getSender().toString());</servi
ce>
<destroy>mailetBean.log("Goodbye Cruel World");</destroy>
</mailet>
ScriptedMatcher next.
-- Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]