Spam daily report on servers using sendmail
- by Simone Magnaschi
Hello, we'd like to implement a daily spam report to our users like Dreamhost does.
Basically we need to send a daily mail (at midnight for example) to inform a single user of all the emails currently in his spam folder with the related score to let them look right away if there's a false positive.
We use a basic sendmail server with procmail to redirect spam to the spam folder in each home directory.
Do you know if is there a perl script or some other tool that does just that?
Thank you very much