You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2001/07/25 05:57:30 UTC

mail header?

jvanzyl@apache.org writes:

>   1.3       +281 -150  jakarta-turbine/src/adapter/org/apache/turbine/util/mail/Email.java
>   
>   Index: Email.java
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine/src/adapter/org/apache/turbine/util/mail/Email.java,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- Email.java	2001/07/14 21:29:32	1.2
>   +++ Email.java	2001/07/25 01:05:29	1.3
>   +    /**
>   +     * Used to specify the mail headers.  Example:
>   +     *
>   +     * X-Mailer: Sendmail, X-Priority: 1(highest)
>   +     * or  2(high) 3(normal) 4(low) and 5(lowest)
>   +     * Disposition-Notification-To: returnR user@domain.net
>   +     */
>   +    private Hashtable headers = null;

I'm unfamiliar with the Disposition-Notification-To SMTP header, but
the example looks somewhat suspicious.  Just want to double-check.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: mail header?

Posted by Colin Chalmers <co...@maxware.nl>.
Hi Daniel,

If you're referring to "returnR user@domain.net" I think you're correct.
This should be a valid email address so we can drop the returnR bit.

I stupidly copied an example from another class without checking validity.

Well spotted!!


/Colin


----- Original Message -----
From: "Daniel Rall" <dl...@finemaltcoding.com>
To: <tu...@jakarta.apache.org>
Sent: Wednesday, July 25, 2001 5:57 AM
Subject: mail header?


> jvanzyl@apache.org writes:
>
> >   1.3       +281 -150
jakarta-turbine/src/adapter/org/apache/turbine/util/mail/Email.java
> >
> >   Index: Email.java
> >   ===================================================================
> >   RCS file:
/home/cvs/jakarta-turbine/src/adapter/org/apache/turbine/util/mail/Email.jav
a,v
> >   retrieving revision 1.2
> >   retrieving revision 1.3
> >   diff -u -r1.2 -r1.3
> >   --- Email.java 2001/07/14 21:29:32 1.2
> >   +++ Email.java 2001/07/25 01:05:29 1.3
> >   +    /**
> >   +     * Used to specify the mail headers.  Example:
> >   +     *
> >   +     * X-Mailer: Sendmail, X-Priority: 1(highest)
> >   +     * or  2(high) 3(normal) 4(low) and 5(lowest)
> >   +     * Disposition-Notification-To: returnR user@domain.net
> >   +     */
> >   +    private Hashtable headers = null;
>
> I'm unfamiliar with the Disposition-Notification-To SMTP header, but
> the example looks somewhat suspicious.  Just want to double-check.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org