This post originated from an RSS feed registered with .NET Buzz
by Mark Harrison.
Original Post: SharePoint Recycle Bin 1.0
Feed Title: Mark Harrison
Feed URL: http://markharrison.co.uk/blog/xml.aspx
Feed Description: .NET Portals, Collaboration and eBiz
This solution uses an ISAPI filter that sits in front of the WSS ISAPI filter. It watches for requests from users to delete documents. When it sees one, it grabs the document and copies it down to a file share first, then allows WSS to delete the document. This means that when someone rings the helpdesk with a deleted document issue the helpdesk can grab the document from the file share, and either send it to them or put it back in the WSS site for them!