On Wed, 22 Sep 2004 17:55:59 +0200 Felix E. Klee wrote:
> if msgdata.get('innposted'):
Should be
if msg.get('innposted'):
It works now.
Felix
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mail
Hi,
I'd like to make mailman accept all messages with a certain header, say
"Innposted: 1". I already tried adding
if msgdata.get('innposted'):
msgdata['approved'] = 1
msgdata['adminapproved'] = 1
after
if passwd is not missing and mlist.Authenticate((mm_cfg.AuthListMod