[Spambayes] idea for tokenizer.crack_filename change

Neil Schemenauer nas@python.ca
Thu, 19 Sep 2002 14:52:04 -0700


Tim Peters wrote:
> When I get a free nanosecond, I'll try running Greg's virus detector
> over the corpus.

Here's a simple script that looks for executable attachments:

    http://arctrix.com/nas/find_executables.py

Run like this:

    python find_executables.py Data/Spam/*/*

If anyone is interested, I have a qmail filter that rejects messages
with executable attachments at SMTP-time.

  Neil