I apologize if this is a tired newbie question. I found nothing in
http://www.sbay.org/smail-faq.html or my man pages.
# smail -V
Smail-3.2.0.102 1998-Aug-2 #2
Jon
mv /var/spool/smail/error/* /var/spool/smail/error
randy
Just move the file back to the ..../smail/input directory. No state in
the file has been changed and they'll simply be re-processed. If
they're "old" (eg. past the retry timeout) you might want to "touch"
them first to avoid them being bounced right away, though without
reading the code I can't say for sure if this is a risk or not.
--
Greg A. Woods
+1 416 218-0098 VE3TCP <gwo...@acm.org> <robohack!woods>
Planix, Inc. <wo...@planix.com>; Secrets of the Weird <wo...@weird.com>
mv /var/spool/smail/error/* /var/spool/smail/input
^^^^^
sorry
randy