Looking at the example in the iMS doc on e-mail Customization, and 
re-writing the specifics there for CFX_iMSMail, do I understand I can set 
up headers like:

<cfx_imsmail query="GetSubs" queryfield="email" header_to="<:smtpto:>"
parsetokens="yes" qtoken_password="password"
header_from="#GetMgr.email#" header_subject="#Form.subject#"
smtpfrom="#GetMgr.email#" maxrecipients="9"
hostname="adsl-66-123-210-58.dsl.snfc21.pacbell.net"

where these 3 are important here:

Header_ListName="#GetMgr.ListName#"
Header_ListMember="<:smtpto:>"
Header_return_path="#GetMgr.email#"

where mail bounces to the #GetMgr.email# mailbox, which ColdFusion's CFPOP 
can query periodically to determine which List Members to unsubscribe.

I assume the headers will appear in Eudora as:

ListName: foo
ListMember: blah

I appears the ColdFusion CFPOP tag will create a query with column names, 
ListName and ListMember, from which I can get what I want.  Is this correct?

best,  paul

==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to