From: SourceForge.net <no...@so...> - 2007-12-18 11:37:34
|
Patches item #1852984, was opened at 2007-12-18 19:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456912&aid=1852984&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Yong Yoon Kit (yoonkit) Assigned to: Nobody/Anonymous (nobody) Summary: Archive DSpam identified mail. Initial Comment: Checks the message headers for the DSPAM-Confidence tag, and acts on the confidence values. The quarantined files in /var/dspam/mail/dspam.mbox tend to grow large, and generally messages which are tagged at 58% and above are true spam. These files can be deleted. So the modifications to archive mails in this patch does these things: 1) New option: spam_confidence 2) Command line flag: --spam=NUM 3) Sets minimum date >= 0 (instead of 1), so I can delete messages within the day 4) in should_archive, does the check between the message spam confidence and the option spam confidence threshold I can then cronjob archivemail to clear off all the true spams, and this works well. BTW, thanks for this utility. yk. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456912&aid=1852984&group_id=49630 |