Hi mailman-users@python.org
I hope I may have solved some postings being shunted on a few of my lists,
necessitating occasional
        cd /usr/local/mailman; unshunt qfiles/shunt

I discovered 3 lists had missing '\n', shown with
        cd /usr/local/mailman/lists; config_list -o - ListName
bounce_matching_headers = """# Lines that *start* with a '#' are comments.

Fixed with 
        cd /usr/local/mailman/lists ; config_list -o ~/tmp/ListName ListName
        vi  ~/tmp/ListName ; config_list -i ~/tmp/ListName ListName
& I hope the shunting will stop.

I did autopsy snapshots of /usr/local/mailman before & after last unshunt,
if anyone feels like telling me what to look for.

Unfortunately the corrupt bounce_matching_headers lines in configuration
were undetected by these automatic checks 
        cd /usr/local/etc/rc.d; ./mailman stop ; ./mailman start 
        cd /usr/local/mailman/lists ; ../bin/check_db -a
        cd /usr/local/mailman/lists ; ../bin/check_perms

The errors probably derive from a fumbled edit by me using an older mailman.
I'll do more visual inspection on my most troublesome list.

Cheers,
Julian
-- 
Julian H. Stacey, Computer Consultant, BSD Linux Unix Systems Engineer, Munich
 Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable.
 http://berklix.eu/brexit/#3,500,000_stolen_votes_inc_700,000_in_EU
------------------------------------------------------
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