Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Alessandro Vesely
On Sun 15/Oct/2017 19:24:16 +0200 Mark Sapiro wrote: >> Replacement of the From header is just a matter of reading the email >> headers into an array, making modifications if necessary and pushing >> the result, followed by the message body, out to Courier's sendmail >> clone. Basically: >> >> if f

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Mark Sapiro
On 10/16/2017 01:17 AM, Alessandro Vesely wrote: > > I'm unclear how adding a Reply-To:, depending on users' clients is going to > affect mailing list traffic. Had you read the whole thread from the beginning, you would know that Lindsay is not talking about mailing list mail here. -- Mark Sap

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley
On Mon, 2017-10-16 at 09:31 -0700, Mark Sapiro wrote: > On 10/16/2017 01:17 AM, Alessandro Vesely wrote: > >  > > I'm unclear how adding a Reply-To:, depending on users' clients is > going to > > affect mailing list traffic. > > > Had you read the whole thread from the beginning, you would know t

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley
On Mon, 2017-10-16 at 09:31 -0700, Mark Sapiro wrote: > On 10/16/2017 01:17 AM, Alessandro Vesely wrote: > > > > > > I'm unclear how adding a Reply-To:, depending on users' clients is > > going to > > affect mailing list traffic. > > Had you read the whole thread from the beginning, you would kn

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Stephen J. Turnbull
I gather you have completed your program already, but I had this in the works and it might be useful for people doing similar things. Lindsay Haisley writes: > Is there any reason to pull in a more recent MM 2 and use the DMARC > detection code therein? Speed is important here since this is sim

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Stephen J. Turnbull
Alessandro Vesely writes: > I'm unclear how adding a Reply-To:, depending on users' clients is > going to affect mailing list traffic. For an alternative, when the > usual action is to reply to mailing list, it seems to me to be > smoother to just mangle the From: so as to make it like so: >

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley (linode)
On Oct 16, 2017, at 10:38 PM, Stephen J. Turnbull wrote: > > I gather you have completed your program already, but I had this in > the works and it might be useful for people doing similar things. Good points, Stephen. Thanks. Yes, I’ve got the basic code well honed to cooperate with Courier b

Re: [Mailman-Developers] Extracting some Mailman code

2017-10-16 Thread Lindsay Haisley (linode)
Sent from my iPhone > On Oct 16, 2017, at 10:39 PM, Stephen J. Turnbull > wrote: > > I would guess the main reasons are that it's ugly and makes the > convenient automatic field-filling features of MUAs inaccurate, > especially those MUAs that don't actually present the address (which > are v