fractals wrote:
> 
> Hi,
> 
> I don't quite understand the relaying issue:
> 
> <mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
>     <processor> spam </processor>
> </mailet>

Mine is:
<mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.1.*"
class="ToProcessor">
    <processor> spam </processor>
</mailet>


> In plain english, does that mean:
> 
> "If the address the mail is sent to is not a local address, then consider it
> as spam." ???

In plain English, I guess it means:
Ha, you don't get this, do you?
(It took me days to get James be able to send mail out :-)
 
> I noted that if I activate this mailet, I can no longer send mails from my
> james-managed addresses. Does that come in line with the above
> interpretation of the mailet: indeed I want to send a mail outwards, so this
> is not an address in the local network, so this is spam !!!

Additionally, your email is just silently put in the spam repository (no
notice), and you'd be wondering, where is my mail going...?

> Is that the meaning of the E in JAMES (Enterprise): a mail server only
> capable of serving local addresses ?

Well, it depends on the settings.

Oki

-- 
The JanosVM supports separate per-team heaps, per-team garbage
collection threads, inter-team thread migration, safe cross-team
reference objects, and a spiffy tutorial.
             http://www.cs.utah.edu/flux/janos/janosvm-0.5.0/ANNOUNCE

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

Reply via email to