Hello, world!
I'm very happy to be using Twisted again -- after a break of about 20
years! In ol' days I did mailing lists in Twisted, implemented Dovecot
AUTH protocol in Twisted and a lot more. Mostly it was mail related. A
lot have been forgotten and have to be re-discovered.
A couple of words about use-case: I was curious about what could be
achieved using the filtering facility in the OpenSMTPD MTA. The filters
are programs which are executed by the daemon, and some data is
exchanged on stdin/stdout using non-blocking fashion. More at
https://man.openbsd.org/smtpd-filters
I tried getting Python asyncio to work at first, even using aioconsole
package, but I kept hitting something which made the thing break after
handshake exchange. This evening I did a rewrite in Twisted, it took me
a couple of hours, but the was running on the first try!
Thanks for all the fish!
-- Kirill
_______________________________________________
Twisted mailing list -- twisted@python.org
To unsubscribe send an email to twisted-le...@python.org
https://mail.python.org/mailman3/lists/twisted.python.org/
Message archived at
https://mail.python.org/archives/list/twisted@python.org/message/NYOS2G2W7MWFYD3YNMVXXRWAID5XLDTM/
Code of Conduct: https://twisted.org/conduct