New/strange shell output since upgrading

David Relson relson at osagesoftware.com
Sat Jun 25 18:38:14 CEST 2005


On Sat, 25 Jun 2005 09:22:28 -0700
Rodney D. Myers wrote:

> I'm running Debian Sarge, and bogofilter;
> 
> bogofilter --version
> bogofilter version 0.95.0
>     Database: Sleepycat Software: Berkeley DB 4.3.28: (April 22, 2005)
> AUTO-XA Copyright (C) 2002-2005 Eric S. Raymond,
>     David Relson, Matthias Andree, Greg Louis
> 
> Up until this lat "upgrade/update", I've had no problems with my
> script to classify SPAM/HAM.
> 
> I just ran this little diddy;
> 
> bogofilter -svvv -B /home/rodney/Mail/spam/
> 
> and now I'm getting this printed to the screen;
> 
> Tinkering with the SPAM
> Conversion from 'iso4415-6' to 'UTF-8' is not supported.
> Conversion from 'iso1246-3' to 'UTF-8' is not supported.
> Conversion from 'iso3269-7' to 'UTF-8' is not supported.
> Conversion from 'iso9706-3' to 'UTF-8' is not supported.
> Conversion from 'iso7248-4' to 'UTF-8' is not supported.
> Conversion from 'ansi' to 'UTF-8' is not supported.
> Conversion from 'iso6292-8' to 'UTF-8' is not supported.
> Conversion from 'iso2297-5' to 'UTF-8' is not supported.
> Conversion from 'ansi' to 'UTF-8' is not supported.
> Conversion from 'iso6716-1' to 'UTF-8' is not supported.
> Conversion from 'iso1300-6' to 'UTF-8' is not supported.
> Conversion from 'iso9998-9' to 'UTF-8' is not supported.
> Conversion from 'iso2494-4' to 'UTF-8' is not supported.
> 
> 
> in repeatedly looking through the man pages, I see nothing refering to
> "conversion" .
> 
> Am I missing something? If so, where can I find info on it?
> 
> Thanks

Rodney,

Yep.  0.95.0 really does say that!  It happens when the message
specifies a charset not known to the iconv library.  It appears that
spammers don't always bother to specify a valid charset.  If you're
building from source code, you can just remove the fprintf() call in
convert_unicode.c.  Alternatively, I expect to release 0.95.1 in a day
or so.

Sorry about the extra message :-<

David




More information about the Bogofilter mailing list