> I'm running Cygwin 1.5.10 on Windows XP Pro, Apache 1.3.29 (Cygwin),
> gawk 3.1.3 included with Cygwin, and curl 7.11.1 (i686-pc-cygwin). I
> wrote a simple CGI in gawk:
>
> #!/bin/gawk -f
> BEGIN {
> print "Content-type: text/plain\n"
> cmd = "curl -s http://www.bates.edu/ils";
> We're receiving a ton of email with zip attachments which purport to be
> from sources.redhat.com or cygwin.com. These show up as bogus bounce
> messages, sometimes from "[EMAIL PROTECTED]" or
> "[EMAIL PROTECTED]".
>
> Since I'm seeing quite a few of these in the postmaster inbox, I can
> only
2 matches
Mail list logo