On 03/13/2014 04:21 PM, Keith Bierman wrote:
> 
> Similar to that posting, I find myself needing to "replay" off list
> discussions for the record. With mailman, controlled by cPanel is there any
> way to accomplish this without actually posting to the list itself?


Here's how I would do it.

1) create a *nix mbox format file containing the messages.
2) stop mailman
3) run Mailman's 'bin/arch LISTNAME /path/to/mbox_created_in_1
4) cat >> archives/private/LISTNAME.mbox/LISTNAME.mbox <
/path/to/mbox_created_in_1
5) start mailman

LISTNAME is the cPanel list name, i.e. list_domain

steps 2 and 5 are to ensure no other messages arrive between steps 3 and
4. It isn't critical if they do, but it would result in renumbering of
these messages if the archive is ever rebuilt in total from
archives/private/LISTNAME.mbox/LISTNAME.mbox.

Another way to do it would be to stop Mailman's OutgoingRunner only,
post the messages to the list, remove the queue entries for those
messages only from Mailman's out/ queue and restart OutgoingRunner.

Or do a similar thing with the MTA rather than OutgoingRunner.

Note that it is unlikely that a list owner in a shared hosted cPanel
environment would have the necessary access to do any of the above.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to