James version 2.2.0
OS - Win2003 Enterprise Server

In the transport processor the following rules are in place
<processor name="transport">

<mailet match="HostIs=abc.com" class="RemoteDelivery">
...
  <gateway>a.b.c.d</gateway>
</mailet>


<mailet match="All" class="RemoteDelivery">
  <!-- no gateway specified -->
</mailet>


The idea is that any email destined for abc.com would be go via the gateway
and any other host would be handled w/out the gateway

The issue that I am seeing in mailet.log is that a some of the emails even
though they are not addressed to abc.com are still being sent to the gateway
which is improper behaviour.

Any ideas on how I should debug this or why this would be happening



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

Reply via email to