3 Dec 2002 23:30
Re: [cvs] bogofilter/contrib bogopass,1.3,1.4
Matthias Andree <matthias.andree <at> gmx.de>
2002-12-03 22:30:18 GMT
2002-12-03 22:30:18 GMT
allyn <at> users.sourceforge.net writes: > my $options = join ' ', <at> ARGV; > -my $bogo_header = `bogofilter -v $options <$fn`; > +my $bogo_header = `unbase64 <"$fn" | bogofilter -v $options`; > chomp $bogo_header; This patch defeats error checking on unbase64 (including unbase64 not found in the PATH). Fixing. -- -- Matthias Andree --------------------------------------------------------------------- FAQ: http://bogofilter.sourceforge.net/bogofilter-faq.html To unsubscribe, e-mail: bogofilter-dev-unsubscribe <at> aotto.com For summary digest subscription: bogofilter-dev-digest-subscribe <at> aotto.com For more commands, e-mail: bogofilter-dev-help <at> aotto.com
RSS Feed