[PLUG] Scanning for formmail ...

Colin Kuskie ckuskie at dalsemi.com
Mon Apr 1 19:08:09 UTC 2002


On Mon, Apr 01, 2002 at 10:51:08AM -0800, Richard Langis wrote:
> I've noticed it as well.  I haven't parsed my logs to look for
> similarities, but I'm not hosting my site on my own box, so I'm not as
> worried about it.  As long as I don't use formmmail.pl, I'm coo.  ;)

The parsing isn't hard:

grep formmail /var/log/httpd/access_log* | \
perl -pe 's/^.+recipient=(.+?)\?.+/$1/;' > booger.list

That's from memory but should be right.

Colin




More information about the PLUG mailing list