On 6/22/22 14:29, Bruce Johnson via Mailman-Users wrote:

^L
def process(mlist, msg, msgdata):
     # The recipients are the owner and the moderator
     msgdata['recips'] = mlist.owner + mlist.moderator
     # Don't decorate these messages with the header/footers
     msgdata['nodecorate'] = 1
     msgdata['personalize'] = 0

I know that getting mlist.moderator works because one of my other scripts uses 
a withlist command that gets the owners and moderators.

Not sure what the ^L is in there, though….

The ^L is just for formatting. It is just whitespace as far as python is concerned.

Is there anything in Mailman's error log?

What's in the MTA logs?

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