At 3:21 PM -0400 2004-08-11, David Relson wrote:

 Remember "deferred" is the default.  I bet that selecting that checkbox
 justs adds a simple key/value pair like "all=yes" to the cgi request.
 The origin of the "discard all deferred items" (or whatever the wording
 is) can likely be found with:

egrep -i -r -w "all.*defer" /usr/lib/mailman/

Keep in mind that this will bomb out with 20,000 files in a given directory, just like all other uses of wildcards passed to the shell. You need to escape the wildcard and pass things through a "find ... | xargs" command line, as I demonstrated earlier.


If you meant to quote the wildcard and protect it from evaluation by the shell, you need to use single quotes and not double quotes.

--
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

    -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
    Assembly to the Governor, November 11, 1755

  SAGE member since 1995.  See <http://www.sage.org/> for more info.
------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to