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 pg...@apache.org on 2002/12/02 23:03:21 UTC

cvs commit: jakarta-james/src/java/org/apache/james/transport/mailets Redirect.java AvalonListserv.java

pgoldstein    2002/12/02 14:03:21

  Modified:    src/java/org/apache/james/transport/mailets Redirect.java
                        AvalonListserv.java
  Log:
  Fixing a javadoc typo.
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-james/src/java/org/apache/james/transport/mailets/Redirect.java
  
  Index: Redirect.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/transport/mailets/Redirect.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Redirect.java	4 Oct 2002 05:03:28 -0000	1.17
  +++ Redirect.java	2 Dec 2002 22:03:21 -0000	1.18
  @@ -48,7 +48,7 @@
   *the relevant one:</P>
   *<UL>
   *<LI>attachError() , should error messages be appended to the message</LI>
  -*<LI>getAttachementType(), what should be attached to the message</LI>
  +*<LI>getAttachmentType(), what should be attached to the message</LI>
   *<LI>getInLineType(), what should be included in the message</LI>
   *<LI>getMessage(), The text of the message itself</LI>
   *<LI>getRecipients(), the recipients the mail is sent to</LI>
  
  
  
  1.7       +2 -2      jakarta-james/src/java/org/apache/james/transport/mailets/AvalonListserv.java
  
  Index: AvalonListserv.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/transport/mailets/AvalonListserv.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AvalonListserv.java	14 Sep 2002 09:00:58 -0000	1.6
  +++ AvalonListserv.java	2 Dec 2002 22:03:21 -0000	1.7
  @@ -22,7 +22,7 @@
   /**
    * MailingListServer capability.
    * 
  - * <p>Requires a configuration element in the .conf.xml file of the form:
  + * <p>Requires a configuration element in the config.xml file of the form:
    * <br>  &lt;mailet match="RecipientIs=LIST-ADDRESS" class="AvalonListserv"&gt;
    * <br>    &lt;repositoryName&gt;LIST-NAME&lt;/repositoryName&gt;
    * <br>    &lt;membersonly&gt;[true|false]&lt;/membersonly&gt;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>