On Tue, 22 May 2018 10:53:40 -0700 (PDT)
John Hardin wrote:

> On Tue, 22 May 2018, Benny Pedersen wrote:
> 
> > header     __REPTO_MULTI_ADDR         Reply-To:address =~ /,/
> >
> > imho its
> >
> > header     __REPTO_MULTI_ADDR         Reply-To:addr =~ /,/  
> 
> I have a fairly thorough lint check that disables various plugins
> that I run before committing changes. It passes lint here...
> 
> That said, fixing for consistency.

It's more than cosmetic.  From a quick look at the code I think that
even though it passes lint, :address would just be ignored. 

The rule would still work most of the time, but would FP occasionally,
e.g. on display names like "Smith, John".

Reply via email to