#!@PERL@
$rcsid = q$Id: w3mmail.cgi.in,v 1.2 2002/01/15 16:13:39 ukai Exp $;
($id = $rcsid) =~ s/^.*,v ([\d\.]*).*/$1/;
($prog=$0) =~ s/.*\///;
$query = $ENV{'QUERY_STRING'};
$local_cookie = $ENV{'LOCAL_COOKIE'};
$url = $query;
$SENDMAIL = '/usr/lib/sendmail';
$SENDMAIL = '/usr/sbin/sendmail' if -x '/usr/sbin/sendmail';
$qurl = &html_quote($url);
if ($query =~ s/^\w+://) {
$to = $query;
$opt = '';
if ($to =~ /^([^?]*)\?(.*)$/) {
$to = $1;
$opt = $2;
}
%opt = &parse_opt($opt);
@to = ($to);
push(@to, $opt{'to'}) if ($opt{'to'});
$opt{'to'} = join(',', @to);
$body = $opt{'body'};
delete $opt{'body'};
print "Content-Type: text/html\r\n";
print "w3m-control: END\r\n";
print "w3m-control: PREV_LINK\r\n";
print "\r\n";
print "
W3M Mailer: $qurl\n";
print "W3M Mailer: $qurl
\n";
print "\n";
print "\n";
exit(0);
} else {
sysread(STDIN, $req, $ENV{'CONTENT_LENGTH'});
%opt = &parse_opt($req);
if ($local_cookie ne $opt{'cookie'}) {
print "Content-Type: text/plain\r\n";
print "\r\n";
print "Local cookie doesn't match: It may be an illegal execution\n";
exit 1;
}
delete $opt{'cookie'};
$body = &html_quote($opt{'body'});
delete $opt{'body'};
$act = $opt{'action'};
delete $opt{'action'};
&lang_setup;
if ($act eq "preview") {
print "Content-Type: text/html\r\n";
print "w3m-control: NEXT_LINK\r\n";
print "\r\n";
print "W3M Mailer\n";
print "\n";
print "W3M Mailer: preview
\n";
print "