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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
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