Hi, Thanks for quick answer! I wish to check a specific mail address and see if many mails are classified as spam that are sent to that address. /jon Tenka AB Jon Essen-Moller Djurgardsbrunnsvagen 54 115 25 Stockholm Sweden Direct +46 (0)70 779 33 03 Office +46 (0)8 32 25 06 Fax +46 (0)8 55 11 01 46 http://tenka.se http://avin.se Theo Van Dinter wrote: On Thu, Dec 04, 2008 at 10:52:18PM +0100, Jon wrote:Does anyone know if it is possible to retrieve information from any of theses files below about mails that are classified as spam?Or in general. I there a way to view statistics from spammassassin? bayes_seen bayes_toksWhat kind of information do you want? "sa-learn --dump magic" is really all you can get out of these. bayes_seen will give you IDs of messages learned, but you'd have to do some processing of mails to generate the IDs to map backwards.bayes_toks.expire16585 bayes_toks.expire1852 bayes_toks.expire26661 bayes_toks.expire31998 bayes_toks.expire4343delete these. they're temp files used when doing a bayes expiry. if they're still around, it means the expire process is being killed externally before it completes. |