I am a quite happy user of TMDA, currently version 0.59 (I plan to upgrade soon, but want to see how well the new .62 version is working before deploying).
One of the FAQ responses shows how to set up a crontab which will delete messages that have been sitting in the pending queue for too long. Here's the command in my crontab: /usr/local/bin/python2.2 /usr/local/tmda-0.59/bin/tmda-pending -sbdO 20d | /bin/mail -s "TMDA deleted from pending" [EMAIL PROTECTED] > /dev/null 2>&1 It seems like a lot of messages which I actually received and were quite legitimate were deleted. Ideally, what I'd like is: - to delete all the older messages. - to see a list of unconfirmed messages that were deleted. I thought the messages that were confirmed would be removed from the pending directory, so they wouldn't show up on the crontab email that I receive. Is my understanding of this incorrect? Is there a way to do what I'm trying to do? Looking at tmda-pending -h and the online documentation doesn't seem to explain this. Thanks for your help, Jade _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
