[Mailman-Users] Making mailman approve all messages with a certain header

2004-09-22 Thread Felix E. Klee
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

Re: [Mailman-Users] Making mailman approve all messages with a certain header

2004-09-22 Thread Felix E. Klee
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]