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 vi...@apache.org on 2004/08/21 16:51:48 UTC

cvs commit: james-server/src/java/org/apache/james/transport/mailets AbstractRedirect.java

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org