Ralf,

> The ones that strike me as odd are:
> Is this a bug or do I simply not understand what they represent?

>  CacheHitsSpamMsgs            76      8/h  542.9 % (ContentSpamMsgs)
>  ContentSpamMsgs              14      1/h    0.1 % (InMsgs)

The CacheHitsSpamMsgs/ContentSpamMsgs percentage is somewhat bogus,
it compares apples and oranges. See the corresponding line in the program:

   snmp_count('CacheHitsSpamMsgs') if $spam_level >= 6;  # a hack

The spaminess is a per-recipient attribute, but for this statistics
counter I just used a hardwired value, as the per-recipient spam levels
are not yet available at that point in code, and even if they were,
one would need to somehow merge per-recipient values into a per-message
counter, taking into account *_lovers and bypass_*. Not worth the effort.

  Mark


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to