At the Linux prompt (...]$) type: pico .procmailrc
Please notice the period (.) before procmail, THIS MUST BE INCLUDED
This is the same editor as Pine uses, it is the simplest editor to learn.
In the editor window type the following:
#
VERBOSE=off
#
MAILDIR=$HOME/mail
#
INCLUDERC=/home/stopspam/rc.mailbomb
INCLUDERC=/home/stopspam/rc.bogusips
INCLUDERC=/home/stopspam/rc.common
INCLUDERC=/home/stopspam/rc.cyberpromo
Now type Control-X to exit and save this file
RETURN