Wilson Fletcher <[EMAIL PROTECTED]> wrote:
>
>The FAQ says this:
>
>7.3. How do I rejuvenate a message? Somebody broke into Eric's computer
>... I see it sitting here
>in /var/qmail/queue/mess/15/26902...
>
>Answer: Just touch /var/qmail/queue/info/15/26902. (This is the only
>form of queue modification that's safe while qmail is running.)
>
>BUT it doesn't give any indication of how the author actually knew that 
>/var/qmail/queue/info/15/26902 was the message in question or how he/she 
>knew to look in .../queue/info/15/ for it.

find /var/qmail/queue -type f -exec grep "some unique string" {} /dev/null \;

Will search the queue for "some unique string" (could be a message-id
or eric's e-mail address). That'll give you the message number (the
26902 part) as well as the split directory (the 15 part).

-Dave

Reply via email to