does the X-Bogosity line mess up spamicity calculations?

Chris Wilkes cwilkes-bf at ladro.com
Thu Aug 5 02:52:18 CEST 2004


On Wed, Aug 04, 2004 at 09:24:32PM -0300, Trevor Smith wrote:
> But these messages already have an X-Bogosity line in them. Is this
> undesirable? Does it matter at all? Does it matter a bit, but not
> enough to really matter?

David pointed this out to me a while ago:

# s=/tmp/mail.txt
# echo "X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.91.4" > $s
# echo "Hi There" >> $s
# echo "" > $s
# echo "Body" >> $s
# cat $s
# bogofilter -I $s -vvv

You can see it skips the X-Bogosity header.

Chris



More information about the Bogofilter mailing list