<?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 Re: Unix expression question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944063#M930628</link>
    <description>Hi Kathleen&lt;BR /&gt;&lt;BR /&gt;I'm not sure it's as simple as using an expression to allow the shell to match all patterns &lt;BR /&gt;&lt;BR /&gt;ie&lt;BR /&gt;&lt;BR /&gt;'[0-9a-b]?@excite.com'&lt;BR /&gt;&lt;BR /&gt;Have a look through this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064128788" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064128788&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Fri, 04 Apr 2003 15:38:50 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2003-04-04T15:38:50Z</dc:date>
    <item>
      <title>Unix expression question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944062#M930627</link>
      <description>I want to block certain email addresses in the sendmail access file.&lt;BR /&gt;&lt;BR /&gt;The address I want to block is&lt;BR /&gt;offer12345@excite.com&lt;BR /&gt;&lt;BR /&gt;The 12345 changes so I would like to enter the email address in that file in the format of block everything that starts with offer, has any number in the middle, and ends with @excite.com&lt;BR /&gt;I am not sure the format to enter that in.  Can anyone help?&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Fri, 04 Apr 2003 14:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944062#M930627</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2003-04-04T14:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unix expression question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944063#M930628</link>
      <description>Hi Kathleen&lt;BR /&gt;&lt;BR /&gt;I'm not sure it's as simple as using an expression to allow the shell to match all patterns &lt;BR /&gt;&lt;BR /&gt;ie&lt;BR /&gt;&lt;BR /&gt;'[0-9a-b]?@excite.com'&lt;BR /&gt;&lt;BR /&gt;Have a look through this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064128788" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064128788&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 04 Apr 2003 15:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944063#M930628</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-04-04T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unix expression question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944064#M930629</link>
      <description>Here's a better way, add the following to sendmail.cf:&lt;BR /&gt;&lt;BR /&gt;SIsexcite$&lt;BR /&gt;R$* excite.com $*^I$@ OK$&lt;BR /&gt;R$*   ^I$#error $: "550 Access Denied.  Forgeries are disallowed."$&lt;BR /&gt;$&lt;BR /&gt;SLocal_check_mail$&lt;BR /&gt;R$* excite.com $*^I$: $&amp;gt;Isexcite $&amp;amp;{client_name}$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: the ^I is a tab, $ is return&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What this does is prevent someone from using a excite.com address and sending email from their server - it only allows email from excite's server....you can do this for hotmail,,,etc.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 04 Apr 2003 16:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944064#M930629</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-04T16:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unix expression question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944065#M930630</link>
      <description>except that some of the $ are $!&lt;BR /&gt;&lt;BR /&gt;Only the $ at the end of the line is a return - sorry about that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2003 17:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-expression-question/m-p/2944065#M930630</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-04T17:51:36Z</dc:date>
    </item>
  </channel>
</rss>

