Do you have a non existent email address at coolfusion.com that I could test?  I still cannot get the return path header to work - nothing gets passed back to my server/email box.
 
Thanks,
Mark
 


From: Mark Leder [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 01, 2006 2:37 PM
To: inFusion Support List
Subject: RE: [iMS] Comment on This Please

1) I just took Boogie POP out of the equation so a bounce would come back to the email folder, so I could see it.  The header_return_value does not work as written (Does it need to be enclose with chevrons? (Why is the return-path empty at the first line)?
 
2) What cfx_mail parameter would I use to change the Received: from DEDE3 to another more name?
 
Return-Path: <> Thu Jun 01 11:25:59 2006
Received: from DEDE3 [209.200.84.34] by mail.evokeemail.com with SMTP;
   Thu, 1 Jun 2006 11:25:59 -0700
Message-ID: <
[EMAIL PROTECTED]>
From: <
[EMAIL PROTECTED]>
To: "Mark Leder" <
[EMAIL PROTECTED]>
Subject: Test Message
Return-Path:
[EMAIL PROTECTED]
Reply-To: <[EMAIL PROTECTED]>
Date: Thu, 1 Jun 2006 11:25:55 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
X-iMS-RCPT: PG1hcmtAbWFya2xlZGVyLmNvbT4NCj==
X-RBL-Warning: FILTER-REGION: Message failed FILTER-REGION test (line 11, weight 2)
X-Declude-Sender: <> [209.200.84.34]
X-Declude-Spoolname: 61239552.eml
X-Declude-Note: Scanned by Declude 4.0.9.4 for spam. "
http://www.declude.com/x-note.htm"
X-Declude-Scan: Incoming Score [2] at 11:26:06 on 01 Jun 2006
X-Declude-Fail: FILTER-REGION [2]
X-Country-Chain: [ARIN Unlisted]->destination
 
 
<cfx_iMSmail
  body="#VARIABLES.textCopy#"
  charset="utf-8"
  enablewordwrap="no"
  encodeto="utf-8"
  header_To="<:firstname:> <:lastname:> <:emailaddress:>"
  header_From="
[EMAIL PROTECTED] "
  header_Subject="#VARIABLES.subjectLine#"
  header_Reply_To="
[EMAIL PROTECTED] "
  header_Return_Path="
[EMAIL PROTECTED] "
  header_Message_ID="<#CreateUUID()[EMAIL PROTECTED]>"
  log="yes"
  logdir="c:\clientfiles\chainoflifenetwork\imsmaillog\"
  plaintextonly="yes"
  query="qNONAOLmessages"
  queryfield="emailAddress"
  quotedprintable="no"
  renderplaintext="no"
  savecopy="no"
  smtpfrom="mail.evokeemail.com"
  smtpport="25"
  validateaddresses="yes"
  >
 
Thanks,
Mark
 


From: Mark Leder [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 01, 2006 10:37 AM
To: inFusion Support List
Subject: RE: [iMS] Comment on This Please

Thanks,
 
So, based on the tag parameters I used, there was not one bounce received into "[EMAIL PROTECTED]" using the "header_reply_to_" parameter.  I know there are some problematic addresses in this list (we did a send the week before and had over 100 bounces, but using the warnto and failto, not the "header_reply_to"
 
Any ideas on this?
 
Thanks,
Mark
 


From: Howie Hamlin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 11:44 PM
To: inFusion Support List
Subject: Re: [iMS] Comment on This Please

 
----- Original Message -----
From: Mark Leder
Sent: Wednesday, May 31, 2006 4:43 PM
Subject: [iMS] Comment on This Please

Well I've finally gotten around to working with Boogie Pop Advantage (not the API) and integrating in with iMS Mail Server (using the CFX_mail tag).  However, no bounces seem to be getting captured and processed.  I know that the SQL is working correctly (as I have tested it and viewed the resulting INSERT in the MS-SQL db table).  I have a feeling that the CFX_Mail may not be configured properly - I'm wondering if it works using the "header_return_path" value.  The messages are going out OK, as success is recorded in the iMS Mail POST Log.
 
Here's the CFX_Mail call:
 
<cfx_iMSmail
  body="#VARIABLES.textCopy#"
  charset="utf-8"
  enablewordwrap="no"
  encodeto="utf-8"
  header_To="<:firstname:> <:lastname:> <:emailaddress:>"
  header_From="
[EMAIL PROTECTED] "
  header_Subject="#VARIABLES.subjectLine#"
  header_Reply_To="
[EMAIL PROTECTED] "
  header_Return_Path="
[EMAIL PROTECTED] "
  header_Message_ID="<#CreateUUID()[EMAIL PROTECTED]>"
  log="yes"
  logdir="c:\clientfiles\chainoflifenetwork\imsmaillog\"
  plaintextonly="yes"
  query="qNONAOLmessages"
  queryfield="emailAddress"
  quotedprintable="no"
  renderplaintext="no"
  savecopy="no"
  smtpfrom="mail.evokeemail.com"
  smtpport="25"
  validateaddresses="yes"
  >
 
If you insert the return-path header then the other mail server should bounce mail back to the specified address.
 
Question, in this tag configuration above, do I now need the "warnto" and "failto" parameters pointing to [EMAIL PROTECTED] - I assumed that I didn't based on the Boogie Pop docs suggesting that I use the "header_return_path" parameter.
 
warnto and failto are used internally by iMS to send status emails to mail senders and do not come into play for bounces.
 
I have an email address account setup inside my mail server to dump the return messages to for pickup by Boogie Pop and have tested that to make sure it works.
 
Any advise would be greatly appreciated.
 
Well, once you set that bounce header it's entirely up to the remote server to return the mail properly.  We have a test address that you can try - [EMAIL PROTECTED].  It will return mail to the address specified in return-path or to the sender from the protocol if the header is not there.
 
=================================
 
The response from Boogie Tools:
 
I would verify what the following line of code is actually doing in IMS:  header_Return_Path="[EMAIL PROTECTED] "

Is that telling the IMS server to use that address in the actual SMTP handshake MAIL FROM command, or is it just stuffing a Return-Path header in the outbound email message headers? The later would not be sufficient. As a test, have you put the "bounce" email address in the header_from value without a header_Return_Path value?

That is only setting the header which the other server may or may not use.
 
HTH,
 
Howie

This list server is Powered by iMS "The Swiss Army Knife of Mail Servers"

This list is provided as a free service. Although we will try to address issues in a timely manner, support via this list is not guaranteed. If you require expedited support then a support contract is required. Support may be purchased from http://www.coolfusion.com/commerce. Details regarding support options may be reviewed at: http://www.coolfusion.com/SupportOptions.cfm.
To leave this list please complete the form at http://www.coolfusion.com/Support/
Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/
List archives: http://www.coolfusion.com/cfbb/
Note: You are subscribed as archive_jab_org / [email protected]

Reply via email to