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
Nathan Brindle <[log in to unmask]>
Mon, 20 Mar 2006 15:50:12 -0500
text/plain (77 lines)
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 + '
>
>--123456789123456789abcd--'
>
>
>-----Original Message-----
>From: LISTSERV site administrators' forum
>[mailto:[log in to unmask]] On Behalf Of Nathan Brindle
>Sent: Monday, March 20, 2006 4:16 PM
>To: [log in to unmask]
>Subject: Re: Bounced Email
>
>At 12:54 PM 3/20/2006 -0700, Michael Loftis wrote:
> >>ERRORS-TO= rfc822_addresses
> >>(...)
> >
> >No this just updates the non-standard Errors-To: header which
> >*NOONE* should be using but some incompetent programmers have made
> >their software to use or prefer.
>
>Sorry, that's not correct.  Errors-To= in a list header simply tells
>LISTSERV where to send the bounces that come back to the
>owner-listname pseudo-mailbox for that particular list.  It does not
>tell LISTSERV to insert an explicit RFC822 Errors-To: header in the mail.
>
>Nathan

ATOM RSS1 RSS2