[jbosstools-issues] [JBoss JIRA] (JBIDE-23399) clean up email generation to avoid invalid addresses

Nick Boldt (JIRA) issues at jboss.org
Tue Oct 25 15:37:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-23399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13311716#comment-13311716 ] 

Nick Boldt commented on JBIDE-23399:
------------------------------------

I believe the problem here was that I was using 

{code}sender="Nick Boldt <nboldt at redhat.com>" {code}
which became:
{code} /bin/mail -s 'Ready for JBT 4.4.2.AM2' 'people at redhat.com' -c nboldt at redhat.com -- '-fNick Boldt <nboldt at redhat.com>'{code}
instead of 
{code} /bin/mail -s 'Ready for JBT 4.4.2.AM2' 'people at redhat.com' -c nboldt at redhat.com -- -f"Nick Boldt <nboldt at redhat.com>"{code}

So, I've fixed that by not trying to pass in a name alias to the -f flag. 

> clean up email generation to avoid invalid addresses
> ----------------------------------------------------
>
>                 Key: JBIDE-23399
>                 URL: https://issues.jboss.org/browse/JBIDE-23399
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 4.4.2.AM3
>
>
> Last batch of notification emails re: JBT 4.4.2.AM2 release (and the previous ones for staging too) all had these recipients:
> {code}
> -nboldt at redhat.com,
> Boldt at redhat.com,
> -fNick at redhat.com,
> -- at redhat.com,
> -c at redhat.com{code}
> Seems like a problem with quotes / commandline.



--
This message was sent by Atlassian JIRA
(v7.2.2#72004)


More information about the jbosstools-issues mailing list