LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Bruno Robichaud <[log in to unmask]>
Mon, 20 Mar 2006 16:58:23 -0400
text/plain (64 lines)
I see, but if I use the FROM= , I have to put the owner-nolist..... address
which make listserv process the bounced? 

-----Original Message-----
From: LISTSERV site administrators' forum
[mailto:[log in to unmask]] On Behalf Of Nathan Brindle
Sent: Monday, March 20, 2006 4:50 PM
To: [log in to unmask]
Subject: Re: Bounced Email

The reason that you are unable to control the bounce address is 
because you are trying to use a non-existent "Errors-To=" parameter 
in your DISTRIBUTE command instead of the documented "FROM=" parameter.

Nathan

At 04:25 PM 3/20/2006 -0400, you wrote:
>Yeah it's cool that you guy argu but that not helping me here :) is there
>someone that can tell me a way that "WORK". I don't have only listserv to
>take care about so that why I'm having issues with Listserv which I found
>like 3 way that tell me how to send my bounce email to another place and
>which I was not able to make it work. There so much to read I don't know
>which way is the right way. So here my distribute job. I know it's
confusing
>but it's working I just want Listserv to send my bounced to another
mailbox.
>Can you guy at listserv tell me the right way to do it?  (don't mind the
>format , I just copy-paste) I get a error about errors-to= .
>
>   '//XYZNEWS-215 JOB ECHO=NO
>DISTRIBUTE MAIL-MERGE  DBMS=YES(EMAIL=StrEmail) PW=****
>Errors-to=*******@gmail.com
>//TO DD *
>SELECT * FROM Current_Leads where EmailID = ' +cast(@EmailID as varchar(5))
>+ ' and LeadsID >' + cast(@MinLeads as varchar(5)) + ' and  LeadsID <=' +
>cast(@MaxLeads as varchar(5)) + '
>/*
>//DATA DD *
>To: <&*TO;>
>Date: &*date;
>From: ' +  @SenderName + ' <' + @SenderAddress + '>
>Subject: ' + @Subject + '
>Reply-To:*******@gmail.com
>MIME-Version: 1.0
>Content-Type: multipart/alternative; Boundary="123456789123456789abcd"
>
>--123456789123456789abcd
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>     ' + @BodyTEXT + '
>
>--123456789123456789abcd
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>     ' + @BodyHTML + '
>
>--123456789123456789abcd
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>     ' + @BodyAOL + '

ATOM RSS1 RSS2