RFE: More enhancement for greylist.db
2005-07-21 by fredrik.pettai@vattenfall.com
Hello list, Theres another though of nice enchancement of greylist.db, and its about some more information in the # Summary field: Today it looks like this: # # Summary: 16704 records, 1132 greylisted, 15572 whitelisted # My RFE would be to add a extra column i the summary for those connections that never made it to the auto-whitelist state, those who got rejected, timed-out or flushed whatever you want to call it. My idea was that the "flushed" would just be a simple counter which would add +1 every time a entry from the greylisted-part of the database expired. To make the "flushed"-counter easier to implement/code, it should always count every flushed entry from the greylisting-db. Even if two separate db-entries came to the same recipient, from the same sender, form the same relay-ip twice (a almost indentical truple, except for the time). So, no extra memory of which truples that got flushed. And of course, the first truple has to timeout before the second one is collected, otherwise it will be auto-whitelisted... So it would look like this perhaps: # # Summary: 16704 records, 1132 greylisted, 15572 whitelisted, XXX flushed # Would it be useful to anyone else? I think it would be nice to see a small summary of how many Spam/UCE milter-greylist accually kicks during runingtime :-) /P