spring.net — live bbs — text/plain
The SpringUnix › topic 32

pine

topic 32 · 5 responses
~terry Mon, Mar 13, 2006 (03:17) seed
pine is a basic email system run from the unix command line. Laugh all you want, pine remains a clean way to preview and respond to email that is lightning fast compared to webmail and to Outlook, etc. That's why I use pine to prescreen all my email and reduce the risk of downloading mail with viral content to my Linux or Windows desktop. "pine is not elm" is the acronymn on which the name is derived. Not real imaginative or sexy, but pine works pretty well still.
~terry Mon, Mar 13, 2006 (03:18) #1
pine may not be installed by default on your system.
~terry Mon, Mar 13, 2006 (03:23) #2
The pine information center is at http://www.washington.edu/pine/ Here are a good set of del.icio.us bookmarks on pine. http://del.icio.us/Deflexion.com/Messaging/Clients/Pine Here's the U of Delaware page on "How to Use Pine" http://www.udel.edu/topics/e-mail/pine/
~terry Mon, Mar 13, 2006 (03:24) #3
CNNMoney.com (FORTUNE Magazine): How I Work save this Marissa Mayer, VP, Search Products and User Experience, Google, said: 'I use Gmail for my personal email ... but on my work email I get as many as 700 to 800 a day, so I need something really fast. I use an email application called Pine' to HostingProviders/Gmail Pine Messaging/Pine Gmail Google GTD .
~terry Mon, Mar 13, 2006 (03:25) #4
Better set of pine bookmarks than the above. http://del.icio.us/Deflexion.com/Pine
~terry Mon, Mar 13, 2006 (03:31) #5
Tracking Your Incoming Messages The Procmail log is located in $LOGFILE, which, if you used the instructions in Step 4 above, is $HOME/Procmail/pmlog. The contents of $LOGFILE depend on the values of $VERBOSE, $LOG, $LOGABSTRACT, and $TRAP, which you can read about in the Environment section of the procmailrc man page. You can use many commands to view the log including cat, more, less , and my favorite, tail, which I discuss in the next section. Following Your Log with tail -f If you want to continually follow your log, you can use tail -f $HOME/Procmail/pmlog To start tailing with the last 50 lines of the log, use tail -n 50 -f $HOME/Procmail/pmlog which on my system is equivalent to tail -50 -f $HOME/Procmail/pmlog To quit live monitoring your log, type CTRL-C If you want to be able to run other commands while the tail is happening, use & to put it in the background: tail -f $HOME/Procmail/pmlog & To learn about tail, see man tail. Another tail option is to use Paul Chvostek's ProcMail Log Watch (pmlw), which is an �awk script that tails your procmail log file, summarizing results and giving you basic traffic statistics, live.�
log in or sign up to reply to this thread.