I think the problem is that the message contained only the email address in the 
From: field.

From: [email protected]

What I'd like in this case is for the Real Name and Public Name form fields to 
be blank and the E-mail form field to contain [email protected].

Looks like the processing is around here:

    name = @@headers.name
 
    # reorder name if there is a single comma present
    parts = name.split(',')
    if parts.length == 2 and parts[1] !~ /^\s*(jr|ph\.d)\.?$/i
      name = "#{parts[1].strip()} #{parts[0]}" 
    end

    @realname = name
    @pubname = name
    @filename = self.genfilename(name)
    @email = @@headers.from
    self.componentDidUpdate()

So how does @@headers.name get populated? 

Craig

> On Apr 10, 2017, at 10:30 AM, Craig Russell <[email protected]> wrote:
> 
> When I select the icla it displays ok and when I select icla, the pre-filled 
> form fields are all blank.
> 
> Any ideas what is wrong with this mail, or whimsy?
> 
> Thanks,
> 
> Craig
> 
> Craig L Russell
> Secretary, Apache Software Foundation
> [email protected] 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__db.apache.org_jdo&d=DwIFAg&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=DKWhdZdh69Kb6XA85A6vmYASgWIRD5RAywexyAJQArI&m=d0lS1lsAPkXEuzlT1tA2RTe19FaD4rEUPyeQzYOKK8o&s=08a6udBWqv8G9pLQvNXDtozimySyKklkJEpiCd3kPTU&e=
>  
> 

Craig L Russell
Architect
[email protected]
P.S. A good JDO? O, Gasp!





Reply via email to