noel        2003/06/06 17:26:28

  Modified:    src/conf james-config.xml
  Log:
  Bounce messages using the new Bounce mailet
  
  Revision  Changes    Path
  1.54      +3 -3      jakarta-james/src/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- james-config.xml  17 May 2003 07:39:57 -0000      1.53
  +++ james-config.xml  7 Jun 2003 00:26:28 -0000       1.54
  @@ -260,7 +260,7 @@
   
            <!-- If you want to notify the sender their message generated an error, 
uncomment this       -->
            <!--
  -         <mailet match="All" class="NotifySender"/>
  +         <mailet match="All" class="Bounce"/>
            -->
            <!-- If you want to notify the postmaster that a message generated an 
error, uncomment this  -->
            <!--
  @@ -363,7 +363,7 @@
   
            <!-- To notify the sender their message was marked as spam, uncomment this 
matcher/mailet configuration -->
            <!--
  -         <mailet match="All" class="NotifySender"/>
  +         <mailet match="All" class="Bounce"/>
            -->
   
            <!-- To notify the postmaster that a message was marked as spam, uncomment 
this matcher/mailet configuration -->
  
  
  

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

Reply via email to