I download the CVS head, built and configured it.  I've browsed the code
and I'd like to say it looks great.  Much Improvement !

I'm having problems running the thing though.  Using basically the
default configuration with some moderation, I can't seem to get basic
mail working correctly.  I can get the SMTP to work properly everything
starts up and instantiates correctly, but I can't recieve email (POP3). 
It gets marked as spam and dumped into the spam repository.

Why does this happen?  Is RemoteAddrNotInNetwork broken?

I modified it slightly to look like this        

<mailet match="RemoteAddrNotInNetwork=127.0.0.1, 129.83.*.*"
                  class="ToProcessor">
            <processor> spam </processor>
          </mailet>

Is this wrong?  It worked in previous versions.  Here is a copy of the
headers it is marking as spam

Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 22 Jun 2001 14:14:23 -0400
From: Michael Stanley <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; 0.8.1)
Gecko/20010421
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: give it away
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Received: from mm96042-2k.mitre.org ([129.83.66.37])
          by MM96042-2k (JAMES SMTP Server 1.3-dev) with SMTP ID 197
          for <[EMAIL PROTECTED]>;
          Fri, 22 Jun 2001 14:14:24 -0500

So you can see that it should direct the mail properly.  Is there
something I'm missing in the config.xml file.  Is this a know problem?

Mike


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

Reply via email to