On Sat, 2011-12-03 at 16:55 -0500, Matt Sergeant wrote: > Guy Hulbert wrote: > >> > https://github.com/baudehlo/Haraka > >> > > > > Had a look. I recognize bits. Do you have any feeling for how easy > it > > is to code versus perl > > Once you get used to the idiosyncrasies of Javascript, just as easy > really. Took me a while to understand the object model, but everything > seems to work ok now I mostly figured it out.
I pulled the repo and I see you've added a LICENSE file. I doubt I will have time but one of the things I was thinking about was something like the smtpd in python but NOT having plugins. Instead, make it customizable through the object model. The python smtpd is written in a way that this won't work quite right but, IIRC, it only requires the modification of a very small number of lines of code (like one or two) to make the inheritance work. So if I ever get the tuits, I'll steal your code and try it ... (since the license allows that ;-). -- --gh