| Here are the changes I made to the sample file I downloaded in the
previous section. Don't make these changes without understanding what they
mean. Read the sample file, make your decisions, and adjust accordingly. This is a
directory which must exist. Make sure you create it.
MAILDIR=${HOME}/Mail
So I created it:
mkdir ~/Mail
And the backup directory:
mkdir ~/Mail/backup
These are the changes to ~/.procmailrc that I made:
This is where my mail is normally delivered by sendmail.
DEFAULT=/var/mail/dan
If you are using Eudora, Pegasus Mail, Netscape, Internet Explorer, or another Windows-
or Mac-based POP email program, you will want to make these changes:
ADMINFOLDER=${DEFAULT}
BULKFOLDER=${DEFAULT}
BLOCKFOLDER=${DEFAULT}
SPAMFOLDER=${DEFAULT}
Spam Bouncer will add special headers to the mail message. You can use this to
filter your incoming mail if you are using a POP email client. Please read this for
more information:
http://www.spambouncer.org/#SpecialInstructionsForPOPMail
Change the following to be a valid reply-to address which will be used when sending
messages to spammers. Don't use this example:
ALTFROM=nospam@example.org
|