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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/
   https://mail.python.org/archives/list/[email protected]/

Reply via email to