Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E26CAD92A for ; Thu, 30 Aug 2012 15:45:29 +0000 (UTC) Received: (qmail 20702 invoked by uid 500); 30 Aug 2012 15:45:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 20607 invoked by uid 500); 30 Aug 2012 15:45:28 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 20598 invoked by uid 99); 30 Aug 2012 15:45:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 15:45:28 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FSL_RCVD_USER,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [198.235.201.16] (HELO barracuda.northwestel.ca) (198.235.201.16) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 15:45:20 +0000 X-ASG-Debug-ID: 1346341496-04700613ad350c0001-z14J5S Received: from [192.168.1.103] ([199.247.191.174]) by barracuda.northwestel.ca with ESMTP id nhbW2o9fZF7lCytV for ; Thu, 30 Aug 2012 08:44:57 -0700 (PDT) X-Barracuda-Envelope-From: stephan@bardubitzki.com X-Barracuda-Apparent-Source-IP: 199.247.191.174 Message-ID: <503F8A7A.10503@bardubitzki.com> Date: Thu, 30 Aug 2012 08:44:58 -0700 From: Stephan Bardubitzki User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: auto delete docs Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ASG-Orig-Subj: auto delete docs Content-Transfer-Encoding: 7bit X-Barracuda-Connect: UNKNOWN[199.247.191.174] X-Barracuda-Start-Time: 1346341497 X-Barracuda-URL: http://198.235.201.16:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at northwestel.ca X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=6.8 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.107113 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Checked: Checked by ClamAV on apache.org I have a db with docs that have a field expire_date. I want to auto delete those docs when expire_date has passed, but have no clue how to do that. Any advise would be greatly appreciated. Thanks, Stephan