Tom Kistner wrote: > Stop Exim, then: > > rm -rf /path/to/spool/scan
Or, if you don't want to stop exim: (at least with GNU find) find /path/to/spool/scan -mtime +1 -maxdepth 1 | xargs rm -r Will not delete all of them, but the 27619+. lg, daniel -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
