[cvs] bogofilter/contrib bogopass,1.3,1.4

Matthias Andree matthias.andree at gmx.de
Tue Dec 3 23:30:18 CET 2002


allyn at users.sourceforge.net writes:

>  my $options = join ' ', @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




More information about the bogofilter-dev mailing list