Theo Van Dinter wrote:
On Wed, Feb 06, 2008 at 11:52:09PM -0500, Don Ireland wrote:
When I look at the message source, the following is among them--this is
actually from YOUR reply.
X-Spam-Status: No, score=-6.6
X-Spam-Score: -65
X-Spam-Bar: ------
In a standard config, X-Spam-Status has a lot more information, and
X-Spam-Score and X-Spam-Bar don't exist. You must have a local configuration
(or a third-party utility which does its own markup,) which has these setup.Loo
Looks like it might have been generated by whatever these guys are using:
http://mail-archives.apache.org/mod_mbox/spamassassin-users/200708.mbox/[EMAIL
PROTECTED]
Looks like there's some kind of exim setup that does this..
Based on that I can make these guesses:
X-Spam-Score seems to be score *10, and truncated instead of rounded.
This accounts for how -6.6 can become -65.. (-6.58 will round to -6.6,
but multiply and truncate and you get -65)
X-Spam-Bar probably generates a series of - or + signs for each full
point of score in that direction. (similar to SA's _STARS(*)_ tag, but
with negative scores represented). It's a wild guess, but seems reasonable.