[EMAIL PROTECTED] 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 [EMAIL PROTECTED]
> + */
> + 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]