Re: [Mailman-Developers] MailMan Usage

2011-06-27 Thread Odhiambo Washington
On Mon, Jun 27, 2011 at 10:00, Aamir Khan wrote: > I have tried "Fetchmail" to fetch the mail and "Procmail" to process the > mail and then invoke custom python script to do my job. This is working > fine, the only problem i think it has is fetchmail has to check the mailbox > in every 10 seconds

Re: [Mailman-Developers] MailMan Usage

2011-06-27 Thread Stephen J. Turnbull
Aamir Khan writes: > time or make something like whenever a mail is arrived at may mail it is > delivered directly to "procmail" then it would be really helpful.. This is possible, but how to do it depends on your system. In my case, I use postfix and exim (on different hosts), and they allow

Re: [Mailman-Developers] MailMan Usage

2011-06-27 Thread Aamir Khan
I have tried "Fetchmail" to fetch the mail and "Procmail" to process the mail and then invoke custom python script to do my job. This is working fine, the only problem i think it has is fetchmail has to check the mailbox in every 10 seconds and deliver it to procmail...if somehow i can reduce the t

Re: [Mailman-Developers] MailMan Usage

2011-06-26 Thread Barry Warsaw
On Jun 26, 2011, at 01:04 PM, Mark Sapiro wrote: >On 6/26/2011 4:55 AM, Aamir Khan wrote: >> >> I would like to dedicate a email lets say h...@example.com where you can >> send emails and depending upon the Text written inside the Mail..(doing some >> Regexp matching)...I have to call different a

Re: [Mailman-Developers] MailMan Usage

2011-06-26 Thread Patrick Ben Koetter
* Mark Sapiro : > On 6/26/2011 4:55 AM, Aamir Khan wrote: > > > > I would like to dedicate a email lets say h...@example.com where you can > > send emails and depending upon the Text written inside the Mail..(doing some > > Regexp matching)...I have to call different actions like retrieving data >

Re: [Mailman-Developers] MailMan Usage

2011-06-26 Thread Mark Sapiro
On 6/26/2011 4:55 AM, Aamir Khan wrote: > > I would like to dedicate a email lets say h...@example.com where you can > send emails and depending upon the Text written inside the Mail..(doing some > Regexp matching)...I have to call different actions like retrieving data > from DB and then answerin

[Mailman-Developers] MailMan Usage

2011-06-26 Thread Aamir Khan
Mailman Developers, I would like to dedicate a email lets say h...@example.com where you can send emails and depending upon the Text written inside the Mail..(doing some Regexp matching)...I have to call different actions like retrieving data from DB and then answering the query etc... So i would