[Mailman-Users] How do I kill a message in the middle ofbeingdistributed?

Mark Sapiro mark at msapiro.net
Wed Aug 12 18:59:11 CEST 2009


J.A. Terranson wrote:
>
># bin/show_qfiles ./qfiles/in
>====================> ./qfiles/in
>Traceback (most recent call last):
>  File "bin/show_qfiles", line 95, in <module>
>    main()
>  File "bin/show_qfiles", line 81, in main
>    fp = open(filename)
>IOError: [Errno 21] Is a directory


bin/show_qfiles takes file arguments, not directories. You could do

bin/show_qfiles ./qfiles/in/*

but it would probably be good to do

ls ./qfiles/in/

first to verify there are files there to show.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list