----- Original Message -----
From: <[EMAIL PROTECTED] (paul smith)>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Sunday, February 24, 2002 9:41 PM
Subject: [iMS] Auto Unsubscribe from List
> 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.
>
Yes, this will work. Of course, iMS SMTP is a superior solution :-)
> I assume the headers will appear in Eudora as:
>
> ListName: foo
> ListMember: blah
>
Yes, but non-standard headers should be prepended by "X-" so you would really want to
use:
Header_X_ListName="#GetMgr.ListName#"
Header_X_ListMember="<:smtpto:>"
Header_Return_path="#GetMgr.email#"
And you would then look for:
X-ListName: foo
X-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?
>
CFPOP does return some standard headers but I'm not sure how to get all of the headers
since I don't use CFPOP. Maybe someone else
on the list has some insight or you may want to ask on the cf-talk list as well.
Regards,
Howie
> 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]
==^=======================================================