[Mailman-Users] corrupt list file?

Mark Sapiro mark at msapiro.net
Thu Nov 26 16:34:01 EST 2015


On 11/26/2015 11:41 AM, Steven Jones wrote:
> The list was obsolete so I have deleted, and rebooted the server.  The list no longer exists but I am still getting  this alert 1 to several times a minute.


See my prior reply at
<https://mail.python.org/pipermail/mailman-users/2015-November/080142.html>.


> So what could be calling "/usr/bin/python /usr/lib/mailman/bin/list_members isc"   ?


That's a question only you can answer. I would start with

sudo grep -r '/usr/lib/mailman/bin/list_members' /etc

If that doesn't find it, maybe

sudo grep -r 'list_members' /etc

or

sudo grep -r '/usr/lib/mailman/bin/list_members' /

or

sudo grep -r 'list_members' /

will.

-- 
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