You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2003/06/07 02:25:51 UTC

cvs commit: jakarta-james/src/conf james-config.xml

noel        2003/06/06 17:25:51

  Modified:    src/conf Tag: branch_2_1_fcs james-config.xml
  Log:
  Bounce messages using the new Bounce mailet
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.40.2.10 +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.40.2.9
  retrieving revision 1.40.2.10
  diff -u -r1.40.2.9 -r1.40.2.10
  --- james-config.xml	29 May 2003 05:05:33 -0000	1.40.2.9
  +++ james-config.xml	7 Jun 2003 00:25:50 -0000	1.40.2.10
  @@ -211,7 +211,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  -->
            <!--
  @@ -311,7 +311,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: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org