"Sameer D. Sahasrabuddhe" wrote:
>
> At 06:43 PM 1/31/00 , Kiran Jonnalagadda wrote:
> >> How do I utilize these "descriptors" to manipulate the mail queue?
> >
> >No idea. Never touched this. I prefer working straight with the
> >/var/qmail/queue directory.
>
> How do I do that? Those directories seemed pretty mysterious to me ...
>
> To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing
>list button and fill the appropriate information
> and submit. For any other queries contact the ML maintener
>From what I know:
The /var/qmail/queue/mess directory contains the messages in your queue
/var/qmail/queue/remote contains a list of recipients.
To therefore check if there is a message for [EMAIL PROTECTED] in your
outgoing queue, enter /remote and type:
grep [EMAIL PROTECTED] * -r
It'll probably throw up something like 17/178456. Look up that directory
and filename in the mess directory: /var/qmail/queue/mess/17/178456.
That's the full message text.
To therefore delete a message from your queue, delete both the header
file and the message file.
--
Kiran Jonnalagadda
http://lunateks.com
baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync;
sync; sleep 15; done
To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list
button and fill the appropriate information
and submit. For any other queries contact the ML maintener