Re: [courier-users] Subtle header modification PATCH

2012-12-22 Thread Matus UHLAR - fantomas
On Fri 14/Dec/2012 13:03:50 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: On Fri 14/Dec/2012 01:01:23 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: From: u...@example.com To: l...@example.org get changed to: From: u...@example.com To: l...@example.org After

Re: [courier-users] Subtle header modification PATCH

2012-12-22 Thread Alexei Yu. Batyr'
Matus UHLAR - fantomas wrote on 22.12.2012 20:06: On Fri 14/Dec/2012 13:03:50 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: On Fri 14/Dec/2012 01:01:23 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: From: u...@example.com To: l...@example.org get changed to:

Re: [courier-users] Subtle header modification PATCH

2012-12-17 Thread Alessandro Vesely
On Fri 14/Dec/2012 13:03:50 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: On Fri 14/Dec/2012 01:01:23 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: From: u...@example.com To: l...@example.org get changed to: From: u...@example.com To: l...@example.org After

Re: [courier-users] Subtle header modification PATCH

2012-12-17 Thread Alessandro Vesely
This time with the patch... On Fri 14/Dec/2012 13:03:50 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: On Fri 14/Dec/2012 01:01:23 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: From: u...@example.com To: l...@example.org get changed to: From: u...@example.com

Re: [courier-users] Subtle header modification PATCH

2012-12-17 Thread Sam Varshavchik
Alessandro Vesely writes: For readability, the large hunk that ends the patch, @@ -1811,33 +1822,40 @@, would have been two small hunks using diff -wu: @@ -1811,6 +1822,12 @@ headername == reply-to || headername == sender) { + // The signature SHOULD be

Re: [courier-users] Subtle header modification

2012-12-14 Thread Alessandro Vesely
On Fri 14/Dec/2012 01:01:23 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: when I receive a message with, say: From: u...@example.com To: l...@example.org those non-compliant headers get changed to: From: u...@example.com To: l...@example.org I'm unclear on where the

Re: [courier-users] Subtle header modification

2012-12-14 Thread Sam Varshavchik
Alessandro Vesely writes: On Fri 14/Dec/2012 01:01:23 +0100 Sam Varshavchik wrote: Alessandro Vesely writes: when I receive a message with, say: From: u...@example.com To: l...@example.org those non-compliant headers get changed to: From: u...@example.com To: l...@example.org

[courier-users] Subtle header modification

2012-12-13 Thread Alessandro Vesely
Sam, when I receive a message with, say: From: u...@example.com To: l...@example.org those non-compliant headers get changed to: From: u...@example.com To: l...@example.org I'm unclear on where the angle bracket removal happens. The code in submit.C seems to be concerned with

Re: [courier-users] Subtle header modification

2012-12-13 Thread Sam Varshavchik
Alessandro Vesely writes: Sam, when I receive a message with, say: From: u...@example.com To: l...@example.org those non-compliant headers get changed to: From: u...@example.com To: l...@example.org I'm unclear on where the angle bracket removal happens. The code in submit.C seems