On 7/12/20 11:20 AM, vi...@vheuser.com wrote:
> I added a header temporarily, then deleted it.
> Now I have lines separating the sections for header and footer
> but nothing in those areas.  Search the manual.  Not finding it.
> Is there any way to turn off the lines between the body of the message
> and header/footer?
> Thanks!  ~Vince

Presumably you did this via the web admin UI. The problem is you (or
your browser) left whitespace in the msg_header and msg_footer. If you
verify the boxes are truly empty when you Submit Your Changes and the
issue persists, try a different browser.

If you have command line access to Mailman, you can run Mailman's

bin/withlist -l listname
Loading list listname (locked)
The variable `m' is the listname MailList instance
>>> m.msg_header
'this displays its current value'
>>> m.msg_header = ''
>>> m.msg_footer
'...'
>>> m.msg_footer = ''
>>> m.Save()
>>>       (Control-D to exit
Unlocking (but not saving) list: listname
Finalizing


-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to