[BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread Ramdas S
Need to have an offline call, if they have time and if available, to take a quick decision to take a call on to shelve or use this tool or build somethig from scratch... Ramdas ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/m

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread Noufal Ibrahim KV
On Wed, May 27 2015, Ramdas S wrote: > Need to have an offline call, if they have time and if available, to > take a quick decision to take a call on to shelve or use this tool or > build somethig from scratch... [...] I wrote an email interface to a ticketing system using lamson once. It's ve

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread Ramdas S
Noufal, I want to use this for setting up an interim SMTP server which based on certain rules should decide whether the mails need to go through the normal corporate server, or should go through an alternate SMTP server. This is primarily to reduce outbound spam as a result of some marketing campa

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread Noufal Ibrahim KV
On Wed, May 27 2015, Ramdas S wrote: > Noufal, > > I want to use this for setting up an interim SMTP server which based > on certain rules should decide whether the mails need to go through > the normal corporate server, or should go through an alternate SMTP > server. This is primarily to reduce

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread harish badrinath
Hello, On Wed, May 27, 2015 at 5:48 PM, Ramdas S wrote: > > tldr; 1)create a middleman SMTP gateway which captures the mail 2) > parses it and 3) then decides what to do with it. > > The 2nd and 3rd part can be done easily with existing known libraries, > is Lamson recommended to do the first job

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread Gora Mohanty
On 27 May 2015 at 17:48, Ramdas S wrote: > > Noufal, > > I want to use this for setting up an interim SMTP server which based > on certain rules should decide whether the mails need to go through > the normal corporate server, or should go through an alternate SMTP > server. This is primarily to r

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-27 Thread Ramdas S
Harish/Gora/Noufel, Actually the rules I am guessing are not just based on fields. I guess sometime later we want to do some some deep diving there. So I want to do some stuff with a programming language may be write and read stuff to some redis kind of in-memory database. A typical rule I want t

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-28 Thread Ramdas S
Just in case anyone is interested, I spent some time late last night/early morning hours in hacking together some stuff using a some tornado app called bonzo. I am able to capture mails and route them. Just need to figure some way to do some authentication. Tornado is pretty fast, I ran a test of

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-28 Thread kracekumar ramaraju
Hi Ramdas AFAIK brubeck is the fastest Python framework along with gevent. It uses Mongrel2 and ZMQ, https://github.com/j2labs/brubeck/tree/nubeck. Unfortunately it is in maintenance mode, but ideas can be borrowed for scale. On Thu, May 28, 2015 at 2:20 PM Ramdas S wrote: > Just in case anyo

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-28 Thread Ramdas S
Kracekumar, The last update of Bruebeck is some 2 years ago. Is someone maintaining this project. It definitely looks interesting. I am looking at tornado. I need speed and flexiblily. Non blocking stuff seems to be the way forward. Also we don't have time. No one is getting paid extra for this

Re: [BangPypers] Anyone who has worked on Lamson?

2015-05-28 Thread kracekumar ramaraju
On Thu, May 28, 2015 at 4:10 PM Ramdas S wrote: > Kracekumar, > > The last update of Bruebeck is some 2 years ago. Is someone maintaining > this project. It definitely looks interesting. > > Yes, unfortunately it is not maintained. I am one of the maintainer. The core has the features to work, ot