Re: [Mailman-Users] Need to Store Message IDs in PostgreSQL DB

2005-02-22 Thread Felix E. Klee
ng code which you don't want to do, you have to have > your handler in Mailman/Handlers. Thanks for clearing that up. -- Felix E. Klee -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-u

Re: [Mailman-Users] Need to Store Message IDs in PostgreSQL DB

2005-02-21 Thread Felix E. Klee
dlers". Is this possible? If so, how do I specify the path? -- Felix E. Klee -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.p

[Mailman-Users] Need to Store Message IDs in PostgreSQL DB

2005-02-20 Thread Felix E. Klee
table should be updated every time a message is posted. -- Felix E. Klee -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searc

Re: [Mailman-Users] Finding Archived Messages in a Certain Time Frame

2004-12-19 Thread Felix E. Klee
At Sat, 18 Dec 2004 19:22:07 +0100, Felix E. Klee wrote: > what's an effective way to find all messages in a certain time frame > (e.g. on 2004-12-18 between twelve and thirteen o'clock) in *all* > archives? Never mind, the issue has been solved in another way. Other than t

[Mailman-Users] Finding Archived Messages in a Certain Time Frame

2004-12-18 Thread Felix E. Klee
Hi, what's an effective way to find all messages in a certain time frame (e.g. on 2004-12-18 between twelve and thirteen o'clock) in *all* archives? Felix -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/ma

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] http://mail.pyth

[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 mlist.Authenticate((mm_cfg.AuthListMod