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
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
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
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
* 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
>
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,
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