Stripsearch

Chris Fortune cfortune at telus.net
Thu Jun 9 21:49:15 CEST 2005


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?




More information about the Bogofilter mailing list