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.AuthListModerator, mm_cfg.AuthListAdmin), passwd): # BAW: should we definitely deny if the password exists but does not # match? For now we'll let it percolate up for further determination. msgdata['approved'] = 1 # Used by the Emergency module msgdata['adminapproved'] = 1 in Mailman/approve.py, but this doesn't work. The messages are still rejected ("... requires approval", etc.). Any ideas how to make Mailman do what I want? Felix ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/