serge       02/04/18 06:39:35

  Modified:    src/java/org/apache/james James.java
  Log:
  Have the mailet context set the attribute with the list of servernames (in 
Constants.SERVER_NAMES)
  
  Revision  Changes    Path
  1.22      +3 -2      jakarta-james/src/java/org/apache/james/James.java
  
  Index: James.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/James.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- James.java        17 Apr 2002 04:14:45 -0000      1.21
  +++ James.java        18 Apr 2002 13:39:34 -0000      1.22
  @@ -55,8 +55,8 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Charles Benett</a>
    *
   
  - * This is $Revision: 1.21 $
  - * Committed on $Date: 2002/04/17 04:14:45 $ by: $Author: serge $
  + * This is $Revision: 1.22 $
  + * Committed on $Date: 2002/04/18 13:39:34 $ by: $Author: serge $
   
    */
   public class James
  @@ -161,6 +161,7 @@
               getLogger().info("Handling mail for: " + i.next());
           }
           context.put(Constants.SERVER_NAMES, this.serverNames);
  +        attributes.put(Constants.SERVER_NAMES, this.serverNames);
   
   
           // Get postmaster
  
  
  

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

Reply via email to