|
From: Mark M. <Mar...@ij...> - 2004-04-20 15:50:56
|
Alexander, | I've done some more poking and this configuration had the desired | effect, but it altered the logging slightly. I'm using a hacked | version of amavis-stat 1.1.2 to graph the mail flow, and I've | successfully had it graping spam that was tagged and passed, as they | would all be quarantined as spam and that was easy to watch otu for in | the logs. | The config you show has the snag that there is no quarante messages | that have a score between $sa_tag2_level_deflt and | $sa_kill_level_deflt; these show up in the logs as any other legal | mail passed through. | | I've done more reading up on the configurations, but aparently there | is no way to get amavis to start quarantine from $sa_tag2_level_deflt, | or is it? You are right, the quarantinting is only done at and above kill level, not at tag2_level, as technically these mail _are_ delivered, the recipient has them, and there is no need to keep an extra copy in the quarantine. Perhaps you can modify the regexp in the log parser to achieve what you need. Mark |