DBAsol: Audun V. Nes wrote:
Hi
I am running James 2.2.0 with JDK 1.4.2 on Windows XP SP2 (but embedded XP firewall has been disabled). I have reverted back to default James configuration, so the only non-default line in config.xml is now:
<mailet match="All" class="HelloWorld"/>

Can you tell us where did you write this configuration line?

From your logs it seems that you have this line AFTER the <mailet match="All" class="ToProcessor" /> that simply block any message by redirecting it to another processor.
So it is correct that your mailet doesn't receive any message.

With debug loglevel for mailets and spoolmanager I get the following:

Have you read the spoolmanager log?
It very explicitly logs what it happened.
from the root processor:
All matches to the Postmaster mailet,
then it checks RelayLimit, InSpammerBlackList's and finally get caught from the All matcher that run the mail throught the ToProcessor mailet that send it to transport In the transport it doesn't match the fist matcher (RecipientIsLocal) and then it matches the HostIsLocal partially: the message is splitted in 2 different mails. The first run in the ToProcessor mailet that send it to local-addressx-error while the second match the All matcher to the RemoteDeliveryMailet. The first message in the local-address-error is sent to a Repository (ToRepository) and then ghosted.

> 20/03/06 14:49:00 INFO  spoolmanager: JamesSpoolManager init...
> 20/03/06 14:49:00 INFO  spoolmanager: Matcher RelayLimit=30 instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Mailet Null instantiated.
> 20/03/06 14:49:00 INFO spoolmanager: Matcher InSpammerBlacklist=query.bondedsender.org instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Mailet ToProcessor instantiated.
> 20/03/06 14:49:00 INFO spoolmanager: Matcher InSpammerBlacklist=dnsbl.njabl.org instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Mailet ToProcessor instantiated.
> 20/03/06 14:49:00 INFO spoolmanager: Matcher InSpammerBlacklist=relays.ordb.org instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Mailet ToProcessor instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Matcher All instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Mailet ToProcessor instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Matcher All instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Mailet HelloWorld instantiated.
> 20/03/06 14:49:00 INFO  spoolmanager: Processor root instantiated.



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

Reply via email to