Khalil Abbas wrote: > >is there a way to view and accept or reject held messages using command line >via SSH instead of opening the web interface?
You can view the mail via bin/dumpdb data/heldmsg-LIST-NNN.pck Or, if HOLD_MESSAGES_AS_PICKLES is set to No in mm_cfg.py cat data/heldmsg-LIST-NNN.txt You can discard it with bin/discard. There is no command line tool to accept or reject a message, but it would be fairly straightforward to create one. On the other hand, you could just use lynx, links or elinks to invoke the web interface from the command shell, but this would require the web interface to be accessible at least from localhost. -- 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://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
