Thus spake Shaul Karl ([EMAIL PROTECTED]):

> bash-2.05# grep frozen  /var/log/exim/mainlog | head -1
> 2001-10-27 07:38:03 15N0vD-0000r7-00 Message is frozen
> bash-2.05#
> 
> I do not want this message to be sent. Will 
> 
>     rm -v /var/spool/exim/input/15N0vD-0000r7-00-?
> 
> fix it without breaking something? 

hihi.

It's safer and easier to do the following:

/usr/sbin/exim -Mrm 15N0vD-0000r7-00

That'll drop the message from the queue without sending a bounce or notice
of any kind.  You can specify multiple message ids if you ever need to
clear a out bunch at once.

If you want to send a bounce back to the user who sent the email, do a -Mg
instead.

HTH

-- 
 James <[EMAIL PROTECTED]>      1024D/62C2F77D
 uri: http://oneiros.darkspire.net/ EBB8 AF14 8C43 2F12 7623
 irc: EFnet / opn / tietnet         C0AA C0AE 56D4 62C2 F77D

Reply via email to