#!/usr/bin/perl # name: blockedmail.cgi # version: 1.0.0 # author: David McNamara 2000 # email: me@mackers.com # web: http://www.mackers.com/scripts/blockedmail/ # change the following to the location of cgi-lib.pl on your system require "/home/mackers/cgi-lib.pl"; # and that's it. you shouldn't need to change anything else &ReadParse; print "Content-type: text/html\n\n\n
\n"; if (($in{'USER'}) && (!$in{'logout'})) { print "\n"; } else { print "