<?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: after executed the mail command! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102482#M147129</link>
    <description>Just to elaborate on the previous post.&lt;BR /&gt;If you haven't read your mail for a long time, or if you have received a large number of mail messages, then the "mail" program cannot handle the volume of mail and behaves as you have described.&lt;BR /&gt;&lt;BR /&gt;The mail file will be in /var/mail/YOURID, if you do ls -l on this file you can see how big it is.&lt;BR /&gt;&lt;BR /&gt;You can use "elm", which is a friendlier mail front end, and which can handle the higher volume. It displays each mail header and gives you options to delete all, delete by pattern, etc.&lt;BR /&gt;&lt;BR /&gt;Or if you know that the mail can be safely removed, you can just zero the file, using "&amp;gt; /var/mail/YOURID".&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
    <pubDate>Mon, 27 Oct 2003 03:33:57 GMT</pubDate>
    <dc:creator>Graham Cameron_1</dc:creator>
    <dc:date>2003-10-27T03:33:57Z</dc:date>
    <item>
      <title>after executed the mail command!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102480#M147127</link>
      <description>after i executed the mail command&lt;BR /&gt;the following message was produced&lt;BR /&gt;Warning: Too many letters, overflowing letters concatenated&lt;BR /&gt;after it, too many mails were produced!&lt;BR /&gt;and i had to use ctrl+c to stop it!&lt;BR /&gt;why?&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Oct 2003 20:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102480#M147127</guid>
      <dc:creator>leyearn</dc:creator>
      <dc:date>2003-10-26T20:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: after executed the mail command!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102481#M147128</link>
      <description>mail command?&lt;BR /&gt;&lt;BR /&gt;elm perhaps?&lt;BR /&gt;&lt;BR /&gt;Have we not been checking our email lately?&lt;BR /&gt;&lt;BR /&gt;If you have too many messages for the client to handle, such a message is possible.&lt;BR /&gt;&lt;BR /&gt;Consider rm the mail file for the user in /var/mail  Then don't forget to recreate it with touch and have the permissions correct.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 26 Oct 2003 20:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102481#M147128</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-26T20:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: after executed the mail command!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102482#M147129</link>
      <description>Just to elaborate on the previous post.&lt;BR /&gt;If you haven't read your mail for a long time, or if you have received a large number of mail messages, then the "mail" program cannot handle the volume of mail and behaves as you have described.&lt;BR /&gt;&lt;BR /&gt;The mail file will be in /var/mail/YOURID, if you do ls -l on this file you can see how big it is.&lt;BR /&gt;&lt;BR /&gt;You can use "elm", which is a friendlier mail front end, and which can handle the higher volume. It displays each mail header and gives you options to delete all, delete by pattern, etc.&lt;BR /&gt;&lt;BR /&gt;Or if you know that the mail can be safely removed, you can just zero the file, using "&amp;gt; /var/mail/YOURID".&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Mon, 27 Oct 2003 03:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102482#M147129</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-27T03:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: after executed the mail command!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102483#M147130</link>
      <description>hi&lt;BR /&gt;may because you have a lot mail.&lt;BR /&gt;may be you need to delete some or all mail&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 06:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102483#M147130</guid>
      <dc:creator>TSaliba</dc:creator>
      <dc:date>2003-10-27T06:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: after executed the mail command!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102484#M147131</link>
      <description>Start by looking at the mailbox file. Use:&lt;BR /&gt; &lt;BR /&gt;wc /etc/mail/$LOGNAME&lt;BR /&gt; &lt;BR /&gt;This will report: #lines #words #bytes for the mailbox. If this file is massive, you probably have some repeating job sending messages to this mailbox.  If it is just a few megs, use vi to edit the file and delete any repeating messages at the end. HINT: move down until you see the repeating messages, then issue a delete from current line to end with :.,$d which will delete from the current line to the end. Make sure the cursor is on a line *above* the next From line.&lt;BR /&gt; &lt;BR /&gt;If none of the messages are useful, you can just zero the file:&lt;BR /&gt; &lt;BR /&gt;cat /dev/null &amp;gt; /etc/mail/$LOGNAME&lt;BR /&gt; &lt;BR /&gt;but you'll still have to stop the process(es) sending mail to this user.</description>
      <pubDate>Mon, 27 Oct 2003 08:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-executed-the-mail-command/m-p/3102484#M147131</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-27T08:44:34Z</dc:date>
    </item>
  </channel>
</rss>

