Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

shackspace/genericore-mail_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail_stats

Generates Statistics from the given mails, e.g. how many mails sent per week,day,hour.

The base source code is from mail_proc.

It uses the python-genericore library version 5

Statistics

currently the following things are generated: { "type" : "mail", "subtype" : 1, "data" : { "num_mail_abs" : { # absolute number of mails in... "month" : 4, # the last 30,7,1 days and last hour "week" : 3, "day" : 2, "hour" : 1 } } } see protocols/mail_stats/