Imre Gergely wrote: > >i had some problems with one of my lists, when i sent a message to the list, it >didnt get delivered, because some incorrect member adresses. >the mails landed in /var/spool/mailman/out. now, that the problem is resolved, >how can i resend the messages from out? >i have fedora core 2, with mailman version 2.1.8.
This is not really a Mailman question, but login as mailman run an MUA navigate to the 'out' folder At this point, you probably can't just resend the message to the final recipients because their addresses aren't in the message, so you probably have to 'bounce' or 'redirect' the messages back to the list to be sent to all list members. You could also edit /var/spool/mailman/out to make file1, ..., filen, each containing one message and then do either sendmail [EMAIL PROTECTED] < filex for each file, or use Mailman's bin/inject -l yourlist filex -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
