I have a modified transport processor. with smtp auth off the email sent to
[myipaddress] made it to the bottom of the processor. the email failed at
RecipientIsLocal, HostIsLocal, and at my modified mailet. the message was
finally caught at the "all" matcher.
<mailet match="RecipientIsLocal" class="LocalDelivery"/>
<mailet match="HostIsLocal" class="ToProcessor">
<processor>error</processor>
</mailet>
<mailet match="stuff that i don't want public"
class="RemoteDelivery">
<outgoing> file://var/mail/outgoing/ </outgoing>
<delayTime> 21600000 </delayTime>
<maxRetries> 5 </maxRetries>
</mailet>
<mailet match="All" class="ToProcessor">
<processor> spam </processor>
<notice> james sent this notice to sender </notice>
</mailet>
----- Original Message -----
From: "Noel J. Bergman" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 2:55 PM
Subject: RE: James installation and launch
> > the behavior did change [with SMTP AUTH off]. James accepted
> > the mail and sent it to spam.
>
> Sent it as spam? How did it detect that the e-mail was spam? Was there a
> positive match for spam, or did it fail to detect the user as local? The
> default configuration for James is wrong, IMO; it assumes that an
incorrect
> request to relay is spam instead of an error. I change that in my config.
> Probably several times a week we catch an e-mail at domain.org that should
> have been addressed to domain.com.
>
> > I do have helloName autodetect="false". would this be the
> > cause of this very minor issue?
>
> Should have no impact. I have the same thing in mine. The only setting
> that would effect it is in the <servernames> element, and James did say
that
> it was listening for that IP address, which means that it should have
known
> the IP as a local host.
>
> --- Noel
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>