Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Fabio Sangiovanni
Il 06/11/13 15:20, exar...@twistedmatrix.com ha scritto: On 11:35 am, sangiova...@nweb.it wrote: Il 06/11/13 12:09, Stacey Sern ha scritto: Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) whic

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread exarkun
On 11:35 am, sangiova...@nweb.it wrote: Il 06/11/13 12:09, Stacey Sern ha scritto: Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) which hasn't yet been finalized. Here's the way I went about

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Fabio Sangiovanni
Il 06/11/13 12:09, Stacey Sern ha scritto: Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) which hasn't yet been finalized. Here's the way I went about it but I'd appreciate comments on the ap

Re: [Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Stacey Sern
Hi, I also tried to figure out how to deliver one copy of a message instead of one for every recipient for a Twisted server tutorial (ticket #3324) which hasn't yet been finalized. Here's the way I went about it but I'd appreciate comments on the approach as well. For the IMessageDelivery.val

[Twisted-Python] (newbie!) smtp to message object

2013-11-06 Thread Fabio Sangiovanni
Hello list, I'm new to twisted and to python in general, so still deep in the learning process. Please forgive any faulty assumptions you'll find in this post :) I'm trying to accomplish to the following task: realize a tool that acts as a proxy between the SMTP domain and the 'objects' domai