vincenzo    2004/08/21 07:51:48

  Modified:    src/java/org/apache/james/transport/mailets Tag:
                        branch_2_1_fcs AbstractRedirect.java
  Log:
  Deprecating the getExistingReturnPath method.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.23  +2 -1      
james-server/src/java/org/apache/james/transport/mailets/AbstractRedirect.java
  
  Index: AbstractRedirect.java
  ===================================================================
  RCS file: 
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/AbstractRedirect.java,v
  retrieving revision 1.1.2.22
  retrieving revision 1.1.2.23
  diff -u -r1.1.2.22 -r1.1.2.23
  --- AbstractRedirect.java     19 Aug 2004 00:45:16 -0000      1.1.2.22
  +++ AbstractRedirect.java     21 Aug 2004 14:51:48 -0000      1.1.2.23
  @@ -1176,6 +1176,7 @@
        * <I>mail</I>.
        * If empty returns <CODE>SpecialAddress.NULL</CODE>,
        * if missing return <CODE>null</CODE>.
  +     * @deprecated The Return-Path header is no longer available until local 
delivery.
        */
       protected MailAddress getExistingReturnPath(Mail mail) throws 
MessagingException {
           MailAddress mailAddress = null;
  
  
  

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

Reply via email to