Is this element supported by all mailets or only a given few
?

In my Transport Processor, I have the following -

<mailet match="RecipientIsLocal" class="LocalDelivery"/>
<mailet match="HostIsLocal" class="NotifySender"/>
<mailet match="RemoteAddrNotInNetwork=x"
class="ToProcessor">
  <processor> spam </processor>
</mailet>
<mailet match="All" class="RemoteDelivery">

When I NotifySender, 
I ASSUMED that the mail would be Ghosted, though it APPEARS
that it continues through the pipeline.

... and this would be a source of some of my issues.



_______________________
thanks,
alan

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

Reply via email to