Stripsearch

Tom Anderson tanderso at oac-design.com
Fri Jun 10 23:54:19 CEST 2005


----- Original Message ----- 
From: "Chris Fortune" <cfortune at telus.net>
> Nice work!!  I've been playing with it for about an hour now and found it 
> very reliable and stable.  Thanks for the benchmark.
> Average time is 0.8 seconds per email on my dual cpu 1.7GHz machine.
>
> It doesn't deal with entity encoded href's however, for example:
> <a href=3d"http://rationalizing=2emanhotgirls=2enet/9783619434315/Oligoc=
> ene=2ehtml">
>
> maybe something like this would work?:
>
> $href =~ s/=(\d[a-zA-Z])/chr($1)/g;
> $href =~ s/(=\r?\n)/\n/g;
> even a simple text replacement s/href=3D/href=/ig would suffice in most 
> cases.
>
> I'm not sure if this would break some MIME rule?

Try the latest: http://orderamidchaos.com/bogofilter/stripsearch

I'm using MIME::QuotedPrint.  The only drawback is that now the email is 
being altered beyond simply inserting the tokens.  Should I re-encode them 
before quitting?

Tom




More information about the Bogofilter mailing list