Hi,

   I will try to add some code in SMTPHandler.java in the following
methods:
   public void handleConnection(Socket connection)
   {
      ...
      authRequired = theConfigData.isAuthRequired(remoteIP);

NEW   check4SPAMServer = theConfigData.check4SPAMServer(remoteIP);
      ...
   }

   and after that to check the following method to check is this
Server in the Blacklist?:

   private void doRCPT(String argument)
   {
      ...
      if(check4SPAMServer)
      {
         ...
      }
      ...
   }


   Because I am not so familiar with James code I would like to ask
you whether I have chosen the right places?


   Regards,
   Miro.



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

Reply via email to