> how I can add support for some custom logic when certain email comes in?

Look at the config.xml, and the related documentation.  Also look at the
source for the stock mailets and matchers.

> Basically I want to execute my own java code when mail comes in
> with a certain identifier in the to: address.

  <mailet match="RecipientIs=<special-address>" class="MyCustomMailet" />

> anyone@<mycookie>.company.com

That is an invalid address because <mycookie>.company.com is an invalid
domain (I assume that you don't intend to put <mycookie> in your DNS).
anyone-<mycookie>@company.com would be OK.  Take a look at the
CommandForListserv matcher for a similar example.

> For one, I can't even get a valid email to be received within james

What is happening to it?  What do you see recorded in the log files?  Did
you go through the config.xml file and follow instructions?

> I am having big problems trying to compile all the various subcomponents
> James sits on as they all have their own quirks with what JDK is needed
> to compile.

Sounds like you have other problems.  What did you download?  All I have
ever had to do is pull the release, export JAVA_HOME=<location of java> and
run the build script.

        --- Noel


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

Reply via email to