[Zope] dtml-sendmail and envelop sender [Q]
Dieter Maurer
dieter@handshake.de
Fri, 16 Mar 2001 21:12:50 +0100 (CET)
Bruno Mattarollo writes:
> ...
> We need this email to display the FROM header as from the user that filled
> in the form, so we use to have something like this:
> <dtml-sendmail MailHost=3D"<our mailhost>">
> From: <dtml-var SenderFromForm>
> To: <dtml-var EmailOfYourCongresMan>
> =2E.. and so on ...
>
> But the issue is if by any of this bad things of life, the email of the con=
> gresman
> is down the bounce will go the the cyberactivist email account (SenderFromF=
> orm)!
The Internet mail message specification (RFC 822) defined
a header to control error reports.
I think, it is "Error-To", but I am not sure.
Please check the spec.
Dieter