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

2005-02-22 Thread Felix E. Klee
At Mon, 21 Feb 2005 09:32:16 -0800, Mark Sapiro wrote: > >Sounds like a good solution. However, I'd like to store my handler > >in a different directory than "Mailman/Handlers". Is this possible? > >If so, how do I specify the path? > > Without modifying code which you don't want to do, you have

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

2005-02-21 Thread Mark Sapiro
Felix E. Klee wrote: >At Sun, 20 Feb 2005 21:32:36 +0900, >Tokio Kikuchi wrote: >> You can create your custom handler module in Mailman/Handlers >> directory and insert it in the GLOBAL_PIPELINE. > >Sounds like a good solution. However, I'd like to store my handler in a >different directory than

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

2005-02-21 Thread Felix E. Klee
At Sun, 20 Feb 2005 21:32:36 +0900, Tokio Kikuchi wrote: > You can create your custom handler module in Mailman/Handlers > directory and insert it in the GLOBAL_PIPELINE. Sounds like a good solution. However, I'd like to store my handler in a different directory than "Mailman/Handlers". Is this

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

2005-02-20 Thread Tokio Kikuchi
Felix E. Klee wrote: For each message sent to a Mailman mailing list, I want to put a corresponding entry into an PostgreSQL table with the following columns: subs - mailing list name msgid- message ID postordr - a number for determining the order in which messages were posted (p

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

2005-02-20 Thread Felix E. Klee
For each message sent to a Mailman mailing list, I want to put a corresponding entry into an PostgreSQL table with the following columns: subs - mailing list name msgid- message ID postordr - a number for determining the order in which messages were posted (per mailing list woul