procmail
[Top] [All Lists]

Re: The file :0

2005-12-22 04:53:27
On Thu, Dec 22, 2005 at 12:28:56PM +0100, Ruud H.G. van Tol wrote:

[Regarding Udi's lost mail saved by mistake to a folder called ":0":

Further, it seems to report a full path in LASTFOLDER. Why didn't
it with ':0'?

I would suggest to Udi something like this:

  % find / -mtime -5 -type f -print0 2>/dev/null |
    xargs -0 grep -l ^From: | xargs -0 ls -l

That will find most or all mail messages on the system
from within the last five days.  If there are too many,
try more options to find, such as:

  find / -mtime -5 -type f -user udi -print0 2>/dev/null

Dallman

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>