[
https://issues.jboss.org/browse/JBIDE-23399?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-23399:
------------------------------------
I believe the problem here was that I was using
{code}sender="Nick Boldt <nboldt(a)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(a)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(a)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(a)redhat.com,
Boldt(a)redhat.com,
-fNick(a)redhat.com,
--(a)redhat.com,
-c(a)redhat.com{code}
Seems like a problem with quotes / commandline.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)