> What I thought was to create a form which when submitted would email the
> subscriber a $$ number and writes this to a subscriber.$$ file with the
> email address in it. When the user receives the email, they reply to
> acknowledge the subscription, either added or removed.


Can I make it easier for you? :)

Write up an extra removal confirmation section, be it in this CGI or
another, that takes the passcode.

Workflow like this:

WWW
 |
 +-- Subscribe --> add to list
 |
 +-- Unsubscribe --> send passcode via email, remember it in DB,
      |              redirect to 'enter your confirmation passcode' page
      |
      +-- Confirmation page (passcode okay?) --> remove from list


That way you don't have to fiddle around with email gateways, etc., and the
user can stay on the confirmation page while they wait for the email. Done
it myself, and seen it all over the place with web-based subscription forms
too.


- Jeff


-- [EMAIL PROTECTED] -------------------------------------------------

   w: http://advogato.org/person/jdub/
   i: 16341281 (jdub!)
   q: "She said she loved my mind, though by most accounts I had
       already lost it."



--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to