hi ya
i modified the newlist script to merge
incoming html=based rsvp and incoming email-based
RSVPs into one text based rsvp file..
( just a couple lines of changes for managing
( email or web based rsvp..
http://www.Linux-Consulting.com/Majordomo/new-list.rsvp
and the user ( rsvp'er ) gets a confirmation email too
c ya
alvin
http://www.keizai.org/RSVP .. for a demo ..
- please add "demo" to your name so i can delete
it from the actual db...
> Brian Greene wrote:
>
> On 6 Apr 2002 at 10:45, Dean F. Mapa wrote:
>
> > Is it possible to use an HTML form through formmail for subscribers to
> > sign up from? If so, how do I configure?
>
> what I think you need is
> Cliff's Majordomo Tool Version 1.5
> http://www.hotscripts.com/Detailed/87.html
>
> but to answer your question, yes you could
> modify formmail to send a second fromatted mail
> at your majordomo to susbsribe a person. But
> the script above is neater... I modified
> Cliff's script to capture dialup IP and hostname
> with the following lines added/modified
>
> $mailthis = "To:
> $FORM{'majordomo'},you\@yourdomain.com\n";
> .
> .
> my $remote_host = $ENV{REMOTE_HOST} || '';
> my $remote_agent = $ENV{HTTP_USER_AGENT}
> || '';
> $mailthis .= "\nend\n $remote_host
> $remote_agent ";
> open(MAIL,"|$mailprogram -t");
>
>
> regards BHG
>
>
References:
|
|