From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35529 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml compression: state of the art? Date: 29 Mar 2001 14:21:14 -0500 Sender: prj@multivac.cwru.edu Message-ID: References: <01Mar29.105117est.115281@gateway.intersys.com> <01Mar29.141948est.115533@gateway.intersys.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171258 3580 80.91.224.250 (21 Oct 2002 03:34:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:34:18 +0000 (UTC) Return-Path: Original-Received: (qmail 3761 invoked by alias); 29 Mar 2001 19:21:15 -0000 Original-Received: (qmail 3756 invoked from network); 29 Mar 2001 19:21:15 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 29 Mar 2001 19:21:15 -0000 Original-Received: (qmail 23552 invoked by uid 500); 29 Mar 2001 19:21:36 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: <01Mar29.141948est.115533@gateway.intersys.com> (Stainless Steel Rat's message of "Thu, 29 Mar 2001 14:15:39 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 12 Xref: main.gmane.org gmane.emacs.gnus.general:35529 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35529 Stainless Steel Rat writes: > * merlyn@stonehenge.com (Randal L. Schwartz) on Thu, 29 Mar 2001 > | return unless /^(\d+)$/ and -f and -s _ > 65535 and -A _ > 0.1; > > What, exactly, does this do? Skips the file if its name is not numeric, or if it is not a regular file, or if it is smaller than 65536 bytes, or if it has been accessed within the last 0.1 days. paul