[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: frozen Exim message



On Wed, May 05, 2004 at 08:30:05AM +0100 or thereabouts, David Cannings wrote:
> On Wednesday 05 May 2004 01:49, Paul Yeatman wrote:
> > ->>In response to your message<<-
> > > Remove it. As root, use:
> > >
> > > exim -Mrm 1BE46H-000069-00
> >
> > Ah, thanks for the info and quick reply!  As the exim documentation is
> > large, I searched for "frozen" but this didn't lead me to -Mrm.
> >
> > I'm curious how such a message gets on my system.  As I didn't send
> > such a message to anyone named "yhoon80", is my hostname being spoofed
> > by someone as a return address?  Is there any way to read the message's
> > header information?
> 
> Sure, exim -Mvh <message id> for the headers or exim -Mvb <message id> for 
> the body.
> 
> -Mrm is listed in the manpage:

And for more than a few in the que, the following Bash script, given to me by
someone on this list (sorry forgot whom to credit):

	for i in `exim -bp | grep frozen | awk '{print $3}'` ; do
	exim -Mrm $i
	done

	exit 0


-- 
Steve
+++++++++++++++++++++++++++++++++++++++++++++
  Wednesday May 05 2004 11:21:01 AM EDT
+++++++++++++++++++++++++++++++++++++++++++++
Pardon me, but do you know what it means to be TRULY ONE with your BOOTH!

Attachment: pgphKVJgXs1yG.pgp
Description: PGP signature


Reply to: