<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to deal with Spaces in an email address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941544#M411751</link>
    <description>Does anyone know how to deal with spaces in an email alias?&lt;BR /&gt;the email alias is on Exchange and I am trying to send an email to the alias.&lt;BR /&gt;An example of the alias is:&lt;BR /&gt;   IT FOOBAR-TESTING@foo.com&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Scott Palmer</description>
    <pubDate>Thu, 17 Nov 2005 16:11:04 GMT</pubDate>
    <dc:creator>Scott Palmer_1</dc:creator>
    <dc:date>2005-11-17T16:11:04Z</dc:date>
    <item>
      <title>how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941544#M411751</link>
      <description>Does anyone know how to deal with spaces in an email alias?&lt;BR /&gt;the email alias is on Exchange and I am trying to send an email to the alias.&lt;BR /&gt;An example of the alias is:&lt;BR /&gt;   IT FOOBAR-TESTING@foo.com&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Scott Palmer</description>
      <pubDate>Thu, 17 Nov 2005 16:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941544#M411751</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2005-11-17T16:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941545#M411752</link>
      <description>Try using mail "IT FOOBAR-TESTING@foo.com".</description>
      <pubDate>Thu, 17 Nov 2005 16:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941545#M411752</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-17T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941546#M411753</link>
      <description>How about quoting the string that contains spaces..."IT FOOBAR-TESTING"&lt;BR /&gt;&lt;BR /&gt;regards!</description>
      <pubDate>Thu, 17 Nov 2005 16:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941546#M411753</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-17T16:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941547#M411754</link>
      <description>AS with all whitespace in scripting the answer is quotes. "XXX YYY@ZZZ.com"</description>
      <pubDate>Thu, 17 Nov 2005 16:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941547#M411754</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-17T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941548#M411755</link>
      <description>Quoting doesnt seem to fix the problem&lt;BR /&gt;sendmail sees the spaces as white space and inserts a comma.  if i add the sendmail flag -oobool (to start using old style headers) then I can quote the word address and that is fine, but If i use the sendmail with a -v i see that the space is getting translated to a period.&lt;BR /&gt;sendmail -v -oobool "IT FOOBAR-TESTING@foo.com" comes out to be IT.FOOBAR-TESTING@foo.com&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 17 Nov 2005 16:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941548#M411755</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2005-11-17T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941549#M411756</link>
      <description>Does escaping it with a backslash work?&lt;BR /&gt;&lt;BR /&gt;IT\ FOOBAR-TESTING@foo.com</description>
      <pubDate>Thu, 17 Nov 2005 16:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941549#M411756</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-17T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941550#M411757</link>
      <description>No it doesn't, it just sends two emails,&lt;BR /&gt;one for "IT\" and one for "FOOBAR-TESTING"&lt;BR /&gt;&lt;BR /&gt;this to me is a perplexing problem, and probably a sendmail configuration issue.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 17 Nov 2005 16:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941550#M411757</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2005-11-17T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941551#M411758</link>
      <description>Look in your /etc/mail/sendmail.cf and search for the "O BlankSub=." parameter and try tweaking it until you are able to send mail out.&lt;BR /&gt;&lt;BR /&gt;regards!</description>
      <pubDate>Thu, 17 Nov 2005 16:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941551#M411758</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-17T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941552#M411759</link>
      <description>Yet another thing you can do is to put the address in single quotes instead of double quotes...&lt;BR /&gt;&lt;BR /&gt;'IT FOOBAR-TESTING@foo.com'</description>
      <pubDate>Thu, 17 Nov 2005 16:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941552#M411759</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-17T16:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941553#M411760</link>
      <description>Been there too, same results.&lt;BR /&gt;I have tried quoting the whole address with single and double quotes.  I have tried quoting the title infront of the @ with both single and double quotes.  The same strange behavior, it is as if sendmail is ignoring the quotation marks unless i put the -oobool option on, and then the space is replaced with a period.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 17 Nov 2005 16:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941553#M411760</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2005-11-17T16:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941554#M411761</link>
      <description>Check out this web page. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/E-mail_address" target="_blank"&gt;http://en.wikipedia.org/wiki/E-mail_address&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it's correct, then a SPACE is not a valid character for an email address. It points to RFC 2822 which for me is very difficult to read. But if the wikpedia summary is accurate, then a space is not a valid character to use, and you should get the email aliases changed to use valid characters.&lt;BR /&gt;&lt;BR /&gt;-wayne&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 16:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941554#M411761</guid>
      <dc:creator>Wayne Patton_1</dc:creator>
      <dc:date>2005-11-17T16:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941555#M411762</link>
      <description>That's kind of what I was thinking too, Wayne. I've never known spaces to be valid in the username portion of email addresses. Of course, with the way things change over time, I don't always trust my memory or what I knew as fact once upon a time either. :)</description>
      <pubDate>Thu, 17 Nov 2005 16:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941555#M411762</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-11-17T16:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941556#M411763</link>
      <description>Might also look at the following:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/rfcs/rfc822.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc822.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It explains the replacement of . for spaces in section 6.2.</description>
      <pubDate>Thu, 17 Nov 2005 16:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941556#M411763</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-11-17T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941557#M411764</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;Set parameter "O BlankSub=&lt;SPACE&gt;" in your /etc/mail/sendmail.cf; quote the address on the command line and use the -oobool switch.&lt;BR /&gt;&lt;BR /&gt;regards!&lt;/SPACE&gt;</description>
      <pubDate>Thu, 17 Nov 2005 17:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941557#M411764</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-17T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941558#M411765</link>
      <description>Comments and folding white&lt;BR /&gt;   space SHOULD NOT be used around the "@" in the addr-spec.&lt;BR /&gt;&lt;BR /&gt;The sendmail.cf seems to work even though the mail is rejectd as unknow sender. However I think i shall make the network folks conform to the standards.&lt;BR /&gt;&lt;BR /&gt;Thanks for All the help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Scott Palmer</description>
      <pubDate>Thu, 17 Nov 2005 17:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941558#M411765</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2005-11-17T17:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to deal with Spaces in an email address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941559#M411766</link>
      <description>Comments and folding white space SHOULD NOT be used around the "@" in the addr-spec.&lt;BR /&gt;&lt;BR /&gt;this comes from the RFC2822, I think i will make the Microsoft Exchange folks comply with the standard.&lt;BR /&gt;&lt;BR /&gt;Thanks Again for the quick responses&lt;BR /&gt;&lt;BR /&gt;Scott Palmer&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 17:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-deal-with-spaces-in-an-email-address/m-p/4941559#M411766</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2005-11-17T17:25:20Z</dc:date>
    </item>
  </channel>
</rss>

