does the X-Bogosity line mess up spamicity calculations?

Christian Couder christian.couder at tuxfamily.org
Thu Aug 5 05:38:17 CEST 2004


On Thursday 05 August 2004 05:04, Chris Wilkes wrote:
>
> Yep, you're right.  See also David's way with cat <<EOF.  I would of
> liked to put that on one like with a
>   echo "Hi There\n\nBody" >> $s
> but I couldn't get \n to make a newline and so I ended up with that mess
> up there.

Perhaps:

echo -e "Hi There\n\nBody" >> $s

Regards,
Christian.



More information about the Bogofilter mailing list